We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70b374b + 24c4e98 commit 57effbcCopy full SHA for 57effbc
.eslintrc.json
@@ -1,6 +1,8 @@
1
{
2
- "ecmaFeatures": {
3
- "modules": true
+ "parserOptions": {
+ "ecmaFeatures": {
4
+ "modules": true
5
+ }
6
},
7
"env": {
8
"node": true
client/.eslintrc.json
- "jsx": true
+ "jsx": true
"browser": true
package.json
@@ -36,7 +36,7 @@
36
37
"devDependencies": {
38
"babel-eslint": "7.2.3",
39
- "eslint": "3.19.0",
+ "eslint": "4.1.0",
40
"eslint-plugin-import": "2.5.0",
41
"eslint-plugin-react": "7.1.0",
42
"karma": "1.7.0",
0 commit comments