We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a6852 commit 6c4b56bCopy full SHA for 6c4b56b
apps/frontend/eslint.config.js
@@ -7,4 +7,9 @@ export default [
7
{
8
ignores: ['eslint.config.js', 'prettier.config.js'],
9
},
10
+ {
11
+ rules: {
12
+ '@typescript-eslint/no-unnecessary-condition': 'off',
13
+ },
14
15
]
0 commit comments