|
140 | 140 | "no-prototype-builtins": ["off"],
|
141 | 141 | "import/extensions": ["error", "always", { "ts": "never" }],
|
142 | 142 | "@typescript-eslint/array-type": "error",
|
143 |
| - "brace-style": "off", |
144 |
| - "@typescript-eslint/brace-style": ["error", "1tbs"], |
145 |
| - "comma-dangle": "off", |
146 |
| - "@typescript-eslint/comma-dangle": ["error", "never"], |
147 |
| - "comma-spacing": "off", |
148 |
| - "@typescript-eslint/comma-spacing": "error", |
149 | 143 | "@typescript-eslint/consistent-type-assertions": "error",
|
150 | 144 | "@typescript-eslint/consistent-type-definitions": ["error", "type"],
|
151 | 145 | "@typescript-eslint/consistent-type-imports": "error",
|
152 | 146 | "default-param-last": "off",
|
153 | 147 | "@typescript-eslint/default-param-last": "error",
|
154 |
| - "func-call-spacing": "off", |
155 |
| - "@typescript-eslint/func-call-spacing": "error", |
156 |
| - "indent": "off", |
157 |
| - "@typescript-eslint/indent": ["error", 2, { "ignoreComments": true, "SwitchCase": 1 }], |
158 |
| - "keyword-spacing": "off", |
159 |
| - "@typescript-eslint/keyword-spacing": "error", |
160 | 148 | "@typescript-eslint/method-signature-style": "error",
|
161 | 149 | "no-duplicate-imports": "off",
|
162 | 150 | "@typescript-eslint/no-base-to-string": "error",
|
163 | 151 | "@typescript-eslint/no-confusing-void-expression": "error",
|
164 | 152 | "no-loss-of-precision": "off",
|
165 | 153 | "@typescript-eslint/no-loss-of-precision": "error",
|
166 | 154 | "@typescript-eslint/no-meaningless-void-operator": "error",
|
167 |
| - "no-throw-literal": "off", |
168 |
| - "@typescript-eslint/no-throw-literal": "error", |
169 | 155 | "@typescript-eslint/no-unnecessary-boolean-literal-compare": "error",
|
170 | 156 | "@typescript-eslint/no-unnecessary-condition": "error",
|
171 | 157 | "@typescript-eslint/no-unnecessary-qualifier": "error",
|
|
180 | 166 | "no-unused-expressions": "off",
|
181 | 167 | "@typescript-eslint/no-unused-expressions": "error",
|
182 | 168 | "@typescript-eslint/non-nullable-type-assertion-style": "error",
|
183 |
| - "object-curly-spacing": "off", |
184 |
| - "@typescript-eslint/object-curly-spacing": ["error", "always"], |
185 | 169 | "@typescript-eslint/prefer-for-of": "error",
|
186 | 170 | "@typescript-eslint/prefer-reduce-type-parameter": "error",
|
187 |
| - "quotes": "off", |
188 |
| - "@typescript-eslint/quotes": ["error", "double", { "allowTemplateLiterals": true }], |
189 | 171 | "no-return-await": "off",
|
190 | 172 | "@typescript-eslint/require-await": ["off"],
|
191 |
| - "@typescript-eslint/return-await": "error", |
192 |
| - "semi": "off", |
193 |
| - "@typescript-eslint/semi": ["error", "always"], |
194 |
| - "space-before-function-paren": "off", |
195 |
| - "@typescript-eslint/space-before-function-paren": ["error", { "named": "never" }], |
196 |
| - "space-infix-ops": "off", |
197 |
| - "@typescript-eslint/space-infix-ops": "error", |
198 |
| - "@typescript-eslint/type-annotation-spacing": "error" |
| 173 | + "@typescript-eslint/return-await": "error" |
199 | 174 | }
|
200 | 175 | }
|
201 | 176 | ]
|
|
0 commit comments