Skip to content

Commit

Permalink
ENH: use babel-eslint to parse all ES6 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
royriojas committed Oct 1, 2015
1 parent 61a08da commit 7b147c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/eslint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"parser": "babel-eslint",
"plugins": [
"react"
],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"watch-spawn": "^1.0.3"
},
"dependencies": {
"babel-eslint": "^4.1.3",
"clix": "^2.0.12",
"dispatchy": "^1.0.3",
"eslint": "^1.5.1",
Expand Down

0 comments on commit 7b147c0

Please sign in to comment.