Skip to content

Commit 3fcc04d

Browse files
authored
Update .eslintrc.js
1 parent 2ffab59 commit 3fcc04d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,9 @@ module.exports = {
110110
"import/no-deprecated": 0,
111111
"@typescript-eslint/indent": 0,
112112
"react-hooks/rules-of-hooks": 2,
113-
114113
"jest/no-identical-title": 2,
114+
"unused-imports/no-unused-imports": 2,
115+
"unused-imports/no-unused-vars": 2,
115116
"jest/valid-expect": 2,
116117
camelcase: 2,
117118
"prefer-destructuring": 2,

0 commit comments

Comments
 (0)