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 = {
6060 '@typescript-eslint/prefer-as-const' : 'error' ,
6161 '@typescript-eslint/prefer-includes' : 'error' ,
6262 '@typescript-eslint/prefer-literal-enum-member' : 'error' ,
63- '@typescript-eslint/prefer-nullish-coalescing' : 'error' ,
6463 '@typescript-eslint/prefer-reduce-type-parameter' : 'error' ,
6564 '@typescript-eslint/prefer-return-this-type' : 'error' ,
6665 '@typescript-eslint/prefer-ts-expect-error' : 'error' ,
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ export = {
2727 '@typescript-eslint/prefer-for-of' : 'error' ,
2828 '@typescript-eslint/prefer-function-type' : 'error' ,
2929 '@typescript-eslint/prefer-namespace-keyword' : 'error' ,
30+ '@typescript-eslint/prefer-nullish-coalescing' : 'error' ,
3031 '@typescript-eslint/prefer-optional-chain' : 'error' ,
3132 '@typescript-eslint/prefer-string-starts-ends-with' : 'error' ,
3233 } ,
You can’t perform that action at this time.
0 commit comments