|
1 | 1 | { |
2 | | - "plugins": ["@typescript-eslint"], |
| 2 | + "plugins": ["@typescript-eslint", "@stylistic"], |
3 | 3 | "extends": ["plugin:github/recommended"], |
4 | 4 | "parser": "@typescript-eslint/parser", |
5 | 5 | "parserOptions": { |
|
26 | 26 | ], |
27 | 27 | "camelcase": "off", |
28 | 28 | "@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}], |
29 | | - "@typescript-eslint/func-call-spacing": ["error", "never"], |
| 29 | + "@stylistic/func-call-spacing": ["error", "never"], |
30 | 30 | "@typescript-eslint/no-array-constructor": "error", |
31 | 31 | "@typescript-eslint/no-empty-interface": "error", |
32 | 32 | "@typescript-eslint/no-explicit-any": "error", |
|
47 | 47 | "@typescript-eslint/promise-function-async": "error", |
48 | 48 | "@typescript-eslint/require-array-sort-compare": "error", |
49 | 49 | "@typescript-eslint/restrict-plus-operands": "error", |
50 | | - "@typescript-eslint/semi": ["error", "never"], |
51 | | - "@typescript-eslint/type-annotation-spacing": "error", |
| 50 | + "@stylistic/semi": ["error", "never"], |
| 51 | + "@stylistic/type-annotation-spacing": "error", |
52 | 52 | "@typescript-eslint/unbound-method": "error", |
53 | 53 | "filenames/match-regex" : "off", |
54 | 54 | "github/no-then" : 1, // warning |
|
0 commit comments