|
11 | 11 | "sourceType": "module",
|
12 | 12 | "project": "./tsconfig.json"
|
13 | 13 | },
|
14 |
| - "plugins": ["jest", "@typescript-eslint", "anti-trojan-source"], |
| 14 | + "plugins": ["jest", "@typescript-eslint", "@stylistic", "anti-trojan-source"], |
15 | 15 | "rules": {
|
16 | 16 | "@typescript-eslint/array-type": "error",
|
17 | 17 | "@typescript-eslint/await-thenable": "error",
|
18 | 18 | "@typescript-eslint/ban-ts-comment": "error",
|
19 | 19 | "@typescript-eslint/consistent-type-assertions": "error",
|
20 | 20 | "@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}],
|
21 | 21 | "@typescript-eslint/explicit-member-accessibility": ["error", {"accessibility": "no-public"}],
|
22 |
| - "@typescript-eslint/func-call-spacing": ["error", "never"], |
| 22 | + "@stylistic/func-call-spacing": ["error", "never"], |
23 | 23 | "@typescript-eslint/no-array-constructor": "error",
|
24 | 24 | "@typescript-eslint/no-empty-interface": "error",
|
25 | 25 | "@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 |
| - "@typescript-eslint/semi": ["error", "never"], |
46 |
| - "@typescript-eslint/type-annotation-spacing": "error", |
| 45 | + "@stylistic/semi": ["error", "never"], |
| 46 | + "@stylistic/type-annotation-spacing": "error", |
47 | 47 | "@typescript-eslint/unbound-method": "error",
|
48 | 48 | "anti-trojan-source/no-bidi": "error",
|
49 | 49 | "camelcase": "off",
|
|
0 commit comments