|
1 | 1 | module.exports = { |
2 | | - extends: ['prettier/@typescript-eslint'], |
3 | 2 | plugins: ['@typescript-eslint'], |
4 | 3 | parser: '@typescript-eslint/parser', |
5 | 4 | settings: { |
@@ -48,14 +47,13 @@ module.exports = { |
48 | 47 | '@typescript-eslint/class-name-casing': 'error', |
49 | 48 | '@typescript-eslint/explicit-function-return-type': 'warn', |
50 | 49 | '@typescript-eslint/explicit-member-accessibility': 'error', |
51 | | - indent: 'off', |
52 | 50 | '@typescript-eslint/generic-type-naming': [ |
53 | 51 | 'error', |
54 | 52 | '^([TUKV]|T[A-Z][a-zA-Z]+)$', |
55 | 53 | ], |
56 | | - '@typescript-eslint/indent': 'error', |
| 54 | + '@typescript-eslint/indent': 'off', |
57 | 55 | '@typescript-eslint/interface-name-prefix': 'error', |
58 | | - '@typescript-eslint/member-delimiter-style': 'error', |
| 56 | + '@typescript-eslint/member-delimiter-style': 'off', |
59 | 57 | '@typescript-eslint/member-naming': 'off', |
60 | 58 | '@typescript-eslint/member-ordering': 'error', |
61 | 59 | '@typescript-eslint/no-angle-bracket-type-assertion': 'error', |
@@ -92,7 +90,7 @@ module.exports = { |
92 | 90 | '@typescript-eslint/prefer-interface': 'error', |
93 | 91 | '@typescript-eslint/prefer-namespace-keyword': 'error', |
94 | 92 | '@typescript-eslint/promise-function-async': 'off', |
95 | | - '@typescript-eslint/type-annotation-spacing': 'error', |
| 93 | + '@typescript-eslint/type-annotation-spacing': 'off', |
96 | 94 | '@typescript-eslint/restrict-plus-operands': 'error', |
97 | 95 | }, |
98 | 96 | }; |
0 commit comments