Skip to content

Commit 1bcaee0

Browse files
committed
Update .eslintrc config for ESLint 4.0.0
1 parent dd10133 commit 1bcaee0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.eslintrc

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"node": true
44
},
55
parserOptions: {
6-
ecmaVersion: 2015
7-
},
8-
ecmaFeatures: {
9-
jsx: true
6+
ecmaVersion: 6,
7+
ecmaFeatures: {
8+
jsx: true
9+
}
1010
},
1111
"rules": {
1212
// Possible Errors

0 commit comments

Comments
 (0)