Skip to content

Commit 64958d3

Browse files
Fix: yarn generate-configs
1 parent 980bda3 commit 64958d3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/eslint-plugin/src/configs/strict-type-checked.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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',

packages/eslint-plugin/src/configs/stylistic-type-checked.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)