Skip to content

Commit

Permalink
Fixed #22, add babel parser for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Demidov committed May 6, 2016
1 parent f435880 commit 3ed2b7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
]
},
"eslintConfig": {
"parser": "babel-eslint",
"plugins": [
"ava",
"xo",
Expand All @@ -77,6 +78,7 @@
"devDependencies": {
"ava": "^0.14.0",
"babel-cli": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-plugin-add-module-exports": "^0.1.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-node4": "^2.1.0",
Expand Down

0 comments on commit 3ed2b7c

Please sign in to comment.