File tree 2 files changed +3
-1
lines changed
packages/eslint-plugin/src/configs
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -143,9 +143,9 @@ export = {
143
143
'@typescript-eslint/padding-line-between-statements' : 'error' ,
144
144
'@typescript-eslint/parameter-properties' : 'error' ,
145
145
'@typescript-eslint/prefer-as-const' : 'error' ,
146
- '@typescript-eslint/prefer-enum-initializers' : 'error' ,
147
146
'prefer-destructuring' : 'off' ,
148
147
'@typescript-eslint/prefer-destructuring' : 'error' ,
148
+ '@typescript-eslint/prefer-enum-initializers' : 'error' ,
149
149
'@typescript-eslint/prefer-for-of' : 'error' ,
150
150
'@typescript-eslint/prefer-function-type' : 'error' ,
151
151
'@typescript-eslint/prefer-includes' : 'error' ,
Original file line number Diff line number Diff line change @@ -34,7 +34,9 @@ export = {
34
34
'@typescript-eslint/no-unsafe-enum-comparison' : 'off' ,
35
35
'@typescript-eslint/no-unsafe-member-access' : 'off' ,
36
36
'@typescript-eslint/no-unsafe-return' : 'off' ,
37
+ '@typescript-eslint/no-unsafe-unary-minus' : 'off' ,
37
38
'@typescript-eslint/non-nullable-type-assertion-style' : 'off' ,
39
+ '@typescript-eslint/prefer-destructuring' : 'off' ,
38
40
'@typescript-eslint/prefer-includes' : 'off' ,
39
41
'@typescript-eslint/prefer-nullish-coalescing' : 'off' ,
40
42
'@typescript-eslint/prefer-optional-chain' : 'off' ,
You can’t perform that action at this time.
0 commit comments