Skip to content

Commit df0519e

Browse files
committed
[Enterprise Search] Enable unused var linting
1 parent 488d939 commit df0519e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -1488,6 +1488,7 @@ module.exports = {
14881488
'import/newline-after-import': 'error',
14891489
'react-hooks/exhaustive-deps': 'off',
14901490
'react/jsx-boolean-value': ['error', 'never'],
1491+
'@typescript-eslint/no-unused-vars': 'error',
14911492
},
14921493
},
14931494
{

0 commit comments

Comments
 (0)