File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
packages/eslint-plugin/src/configs Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ export = {
60
60
'@typescript-eslint/prefer-as-const' : 'error' ,
61
61
'@typescript-eslint/prefer-includes' : 'error' ,
62
62
'@typescript-eslint/prefer-literal-enum-member' : 'error' ,
63
- '@typescript-eslint/prefer-nullish-coalescing' : 'error' ,
64
63
'@typescript-eslint/prefer-reduce-type-parameter' : 'error' ,
65
64
'@typescript-eslint/prefer-return-this-type' : 'error' ,
66
65
'@typescript-eslint/prefer-ts-expect-error' : 'error' ,
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ export = {
27
27
'@typescript-eslint/prefer-for-of' : 'error' ,
28
28
'@typescript-eslint/prefer-function-type' : 'error' ,
29
29
'@typescript-eslint/prefer-namespace-keyword' : 'error' ,
30
+ '@typescript-eslint/prefer-nullish-coalescing' : 'error' ,
30
31
'@typescript-eslint/prefer-optional-chain' : 'error' ,
31
32
'@typescript-eslint/prefer-string-starts-ends-with' : 'error' ,
32
33
} ,
You can’t perform that action at this time.
0 commit comments