Skip to content

Commit ee5b73e

Browse files
masih-developerASafaeirad
authored andcommitted
fix: remove deprecated rule
1 parent be7f5a5 commit ee5b73e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/modules/typescript.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ function typescript(options = {}) {
175175
'warn',
176176
{
177177
allowConstantLoopConditions: false,
178-
allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing: false,
179178
},
180179
],
181180
'@typescript-eslint/no-unnecessary-qualifier': 'error',
@@ -194,7 +193,6 @@ function typescript(options = {}) {
194193
ignoreConditionalTests: false,
195194
ignoreTernaryTests: false,
196195
ignoreMixedLogicalExpressions: false,
197-
allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing: false,
198196
},
199197
],
200198
'@typescript-eslint/prefer-regexp-exec': 'warn',

0 commit comments

Comments
 (0)