Skip to content

Commit 6c4b56b

Browse files
committed
fix: eslint rule
1 parent 83a6852 commit 6c4b56b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/frontend/eslint.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ export default [
77
{
88
ignores: ['eslint.config.js', 'prettier.config.js'],
99
},
10+
{
11+
rules: {
12+
'@typescript-eslint/no-unnecessary-condition': 'off',
13+
},
14+
},
1015
]

0 commit comments

Comments
 (0)