Skip to content

Commit bc70701

Browse files
committed
chore: Use @codingame/eslint-config-react
1 parent 2f33586 commit bc70701

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.eslintrc.js

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,6 @@ module.exports = {
44
es6: true
55
},
66
extends: [
7-
'@codingame', 'standard-jsx'
8-
],
9-
parserOptions: {
10-
ecmaFeatures: {
11-
jsx: true
12-
}
13-
},
14-
plugins: [
15-
'react',
16-
'react-hooks'
17-
],
18-
rules: {
19-
'react-hooks/exhaustive-deps': 'error',
20-
'react-hooks/rules-of-hooks': 'error'
21-
}
7+
'@codingame/eslint-config', '@codingame/eslint-config-react'
8+
]
229
}

0 commit comments

Comments
 (0)