We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7f5a5 commit ee5b73eCopy full SHA for ee5b73e
src/modules/typescript.mjs
@@ -175,7 +175,6 @@ function typescript(options = {}) {
175
'warn',
176
{
177
allowConstantLoopConditions: false,
178
- allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing: false,
179
},
180
],
181
'@typescript-eslint/no-unnecessary-qualifier': 'error',
@@ -194,7 +193,6 @@ function typescript(options = {}) {
194
193
ignoreConditionalTests: false,
195
ignoreTernaryTests: false,
196
ignoreMixedLogicalExpressions: false,
197
198
199
200
'@typescript-eslint/prefer-regexp-exec': 'warn',
0 commit comments