Skip to content

Commit 240f5a5

Browse files
committed
fix lint
1 parent c7cf3b5 commit 240f5a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
rules: {
66
...base.rules,
77
'default-case': 0,
8+
'import/no-extraneous-dependencies': 0,
89
'react/no-find-dom-node': 0,
910
'react/no-did-update-set-state': 0,
1011
'react/no-unused-state': 1,

0 commit comments

Comments
 (0)