|
11 | 11 | "i18n-text/no-en": "off", |
12 | 12 | "eslint-comments/no-use": "off", |
13 | 13 | "import/no-namespace": "off", |
| 14 | + "import/no-unresolved": "off", |
14 | 15 | "no-unused-vars": "off", |
15 | 16 | "@typescript-eslint/no-unused-vars": "error", |
16 | 17 | "@typescript-eslint/explicit-member-accessibility": ["error", {"accessibility": "no-public"}], |
|
21 | 22 | "camelcase": "off", |
22 | 23 | "@typescript-eslint/consistent-type-assertions": "error", |
23 | 24 | "@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}], |
24 | | - "@typescript-eslint/func-call-spacing": ["error", "never"], |
25 | 25 | "@typescript-eslint/no-array-constructor": "error", |
26 | 26 | "@typescript-eslint/no-empty-interface": "error", |
27 | 27 | "@typescript-eslint/no-explicit-any": "error", |
|
42 | 42 | "@typescript-eslint/promise-function-async": "error", |
43 | 43 | "@typescript-eslint/require-array-sort-compare": "error", |
44 | 44 | "@typescript-eslint/restrict-plus-operands": "error", |
45 | | - "semi": "off", |
46 | | - "@typescript-eslint/semi": ["error", "never"], |
47 | | - "@typescript-eslint/type-annotation-spacing": "error", |
48 | 45 | "@typescript-eslint/unbound-method": "error", |
49 | 46 | "no-shadow": "off", |
50 | 47 | "@typescript-eslint/no-shadow": "warn" |
|
0 commit comments