Skip to content

Commit

Permalink
update eslint so program runs
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual committed Mar 11, 2018
1 parent 8a5f2e7 commit f7cb135
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"node": true
},
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"plugins": ["react"],
"globals": {
"define": true,
Expand Down

0 comments on commit f7cb135

Please sign in to comment.