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 cb69317 commit fc8c087Copy full SHA for fc8c087
.eslintrc.cjs
@@ -206,6 +206,11 @@ const config = {
206
'error',
207
{ fixMixedExportsWithInlineTypeSpecifier: true },
208
],
209
+ // TODO Enable this and fix errors (both types & logic changes will be needed)
210
+ // Remaining errors probably need individual thought.
211
+ // ESLint 9.24 allows bulk suppression,
212
+ // which we can use to enable this, and handle those cases one by one.
213
+ '@typescript-eslint/no-unnecessary-condition': 'off',
214
215
// Allow unused session while we migrate
216
'@seedcompany/no-unused-vars': [
0 commit comments