Skip to content

Commit

Permalink
Update .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Klauswk authored Aug 30, 2017
1 parent f0b2602 commit fdb824e
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 @@
"es6": true,
"node": true
},
parserOptions: {
ecmaVersion: 6,
ecmaFeatures: {
jsx: true
"parserOptions": {
"ecmaVersion": 6,
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
Expand Down

0 comments on commit fdb824e

Please sign in to comment.