Skip to content

Commit

Permalink
Update .eslintrc config for ESLint 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed May 8, 2017
1 parent dd10133 commit 1bcaee0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"node": true
},
parserOptions: {
ecmaVersion: 2015
},
ecmaFeatures: {
jsx: true
ecmaVersion: 6,
ecmaFeatures: {
jsx: true
}
},
"rules": {
// Possible Errors
Expand Down

0 comments on commit 1bcaee0

Please sign in to comment.