|
| 1 | +// This configuration was generated by `exe/eslint_autogen` |
| 2 | +// on 2025-12-16 22:19:02 UTC. |
| 3 | +// The point is for the user to remove these configuration records |
| 4 | +// one by one as the offenses are removed from the code base. |
| 5 | + |
| 6 | +// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment |
| 7 | +const eslintTodo: Record<string, unknown>[] = [ |
| 8 | + { |
| 9 | + files: ["app/javascript/application.ts"], |
| 10 | + rules: { |
| 11 | + "@stylistic/comma-dangle": "off", |
| 12 | + "@stylistic/key-spacing": "off", |
| 13 | + "@stylistic/keyword-spacing": "off", |
| 14 | + "@stylistic/max-len": "off", |
| 15 | + "@stylistic/multiline-ternary": "off", |
| 16 | + "@stylistic/no-extra-parens": "off", |
| 17 | + "@stylistic/object-curly-spacing": "off", |
| 18 | + "@stylistic/quote-props": "off", |
| 19 | + "@stylistic/quotes": "off", |
| 20 | + "@stylistic/semi": "off", |
| 21 | + "@stylistic/space-before-blocks": "off", |
| 22 | + "@stylistic/space-before-function-paren": "off", |
| 23 | + "@typescript-eslint/ban-ts-comment": "off", |
| 24 | + "@typescript-eslint/explicit-function-return-type": "off", |
| 25 | + "@typescript-eslint/no-deprecated": "off", |
| 26 | + "@typescript-eslint/no-unsafe-argument": "off", |
| 27 | + "@typescript-eslint/no-unsafe-assignment": "off", |
| 28 | + "@typescript-eslint/no-unsafe-call": "off", |
| 29 | + "@typescript-eslint/no-unsafe-member-access": "off", |
| 30 | + "@typescript-eslint/no-unsafe-return": "off", |
| 31 | + "@typescript-eslint/prefer-destructuring": "off", |
| 32 | + "@typescript-eslint/prefer-nullish-coalescing": "off", |
| 33 | + "@typescript-eslint/prefer-optional-chain": "off", |
| 34 | + "@typescript-eslint/strict-boolean-expressions": "off", |
| 35 | + "camelcase": "off", |
| 36 | + "curly": "off", |
| 37 | + "eqeqeq": "off", |
| 38 | + "func-names": "off", |
| 39 | + "id-length": "off", |
| 40 | + "import/no-unresolved": "off", |
| 41 | + "max-len": "off", |
| 42 | + "max-lines": "off", |
| 43 | + "new-cap": "off", |
| 44 | + "no-plusplus": "off", |
| 45 | + "no-ternary": "off", |
| 46 | + "object-shorthand": "off", |
| 47 | + "prefer-arrow-callback": "off", |
| 48 | + "prefer-named-capture-group": "off", |
| 49 | + "prefer-template": "off", |
| 50 | + "require-unicode-regexp": "off", |
| 51 | + "sort-keys": "off", |
| 52 | + "sort-keys-fix/sort-keys-fix": "off", |
| 53 | + "vars-on-top": "off", |
| 54 | + }, |
| 55 | + }, |
| 56 | + { |
| 57 | + files: ["eslint.config.mts"], |
| 58 | + rules: { |
| 59 | + "@typescript-eslint/no-unsafe-assignment": "off", |
| 60 | + }, |
| 61 | + }, |
| 62 | + { |
| 63 | + files: ["spec/javascript/setup.ts"], |
| 64 | + rules: { |
| 65 | + "@stylistic/max-len": "off", |
| 66 | + "@stylistic/multiline-comment-style": "off", |
| 67 | + "@stylistic/object-curly-spacing": "off", |
| 68 | + "@stylistic/quotes": "off", |
| 69 | + "@typescript-eslint/ban-ts-comment": "off", |
| 70 | + "@typescript-eslint/explicit-function-return-type": "off", |
| 71 | + "@typescript-eslint/no-unsafe-assignment": "off", |
| 72 | + "@typescript-eslint/no-unsafe-call": "off", |
| 73 | + "capitalized-comments": "off", |
| 74 | + "func-names": "off", |
| 75 | + "id-length": "off", |
| 76 | + "max-len": "off", |
| 77 | + "new-cap": "off", |
| 78 | + "prefer-named-capture-group": "off", |
| 79 | + "require-unicode-regexp": "off", |
| 80 | + "sort-imports": "off", |
| 81 | + "sort-keys": "off", |
| 82 | + "sort-keys-fix/sort-keys-fix": "off", |
| 83 | + "vitest/require-hook": "off", |
| 84 | + }, |
| 85 | + }, |
| 86 | + { |
| 87 | + files: ["spec/javascript/spec/models/story_spec.ts"], |
| 88 | + rules: { |
| 89 | + "@stylistic/max-len": "off", |
| 90 | + "@stylistic/no-extra-parens": "off", |
| 91 | + "@stylistic/object-curly-spacing": "off", |
| 92 | + "@typescript-eslint/ban-ts-comment": "off", |
| 93 | + "@typescript-eslint/no-empty-function": "off", |
| 94 | + "@typescript-eslint/no-unsafe-assignment": "off", |
| 95 | + "@typescript-eslint/no-unsafe-call": "off", |
| 96 | + "@typescript-eslint/no-unsafe-member-access": "off", |
| 97 | + "@typescript-eslint/strict-boolean-expressions": "off", |
| 98 | + "camelcase": "off", |
| 99 | + "func-names": "off", |
| 100 | + "max-lines-per-function": "off", |
| 101 | + "no-implicit-coercion": "off", |
| 102 | + "no-multi-assign": "off", |
| 103 | + "prefer-arrow-callback": "off", |
| 104 | + "sort-imports": "off", |
| 105 | + "sort-keys": "off", |
| 106 | + "sort-keys-fix/sort-keys-fix": "off", |
| 107 | + "vitest/prefer-lowercase-title": "off", |
| 108 | + }, |
| 109 | + }, |
| 110 | + { |
| 111 | + files: ["spec/javascript/spec/views/story_view_spec.ts"], |
| 112 | + rules: { |
| 113 | + "@stylistic/max-len": "off", |
| 114 | + "@stylistic/multiline-ternary": "off", |
| 115 | + "@stylistic/object-curly-spacing": "off", |
| 116 | + "@typescript-eslint/ban-ts-comment": "off", |
| 117 | + "@typescript-eslint/explicit-function-return-type": "off", |
| 118 | + "@typescript-eslint/init-declarations": "off", |
| 119 | + "@typescript-eslint/no-empty-function": "off", |
| 120 | + "@typescript-eslint/no-unsafe-argument": "off", |
| 121 | + "@typescript-eslint/no-unsafe-assignment": "off", |
| 122 | + "@typescript-eslint/no-unsafe-call": "off", |
| 123 | + "@typescript-eslint/no-unsafe-member-access": "off", |
| 124 | + "camelcase": "off", |
| 125 | + "func-names": "off", |
| 126 | + "func-style": "off", |
| 127 | + "id-length": "off", |
| 128 | + "max-len": "off", |
| 129 | + "max-lines-per-function": "off", |
| 130 | + "max-statements": "off", |
| 131 | + "new-cap": "off", |
| 132 | + "no-negated-condition": "off", |
| 133 | + "no-param-reassign": "off", |
| 134 | + "no-ternary": "off", |
| 135 | + "one-var": "off", |
| 136 | + "prefer-arrow-callback": "off", |
| 137 | + "sort-imports": "off", |
| 138 | + "sort-keys": "off", |
| 139 | + "sort-keys-fix/sort-keys-fix": "off", |
| 140 | + "vars-on-top": "off", |
| 141 | + "vitest/no-hooks": "off", |
| 142 | + "vitest/prefer-lowercase-title": "off", |
| 143 | + "vitest/require-hook": "off", |
| 144 | + }, |
| 145 | + }, |
| 146 | + { |
| 147 | + files: ["stylelint.config.mjs"], |
| 148 | + rules: { |
| 149 | + "@stylistic/quote-props": "off", |
| 150 | + }, |
| 151 | + }, |
| 152 | + { |
| 153 | + files: ["vitest.config.ts"], |
| 154 | + rules: { |
| 155 | + "@stylistic/function-paren-newline": "off", |
| 156 | + "@stylistic/max-len": "off", |
| 157 | + "max-len": "off", |
| 158 | + }, |
| 159 | + }, |
| 160 | +]; |
| 161 | + |
| 162 | +export default eslintTodo; |
0 commit comments