Skip to content

Commit 79ce9fa

Browse files
authored
Merge pull request #21 from CodinGame/update-dependencies
Update dependencies
2 parents 0480246 + 2bfc9f3 commit 79ce9fa

File tree

5 files changed

+1761
-1779
lines changed

5 files changed

+1761
-1779
lines changed

.eslintrc.js

+3-15
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,7 @@ 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',
8+
'@codingame/eslint-config-react'
9+
]
2210
}

0 commit comments

Comments
 (0)