Skip to content
This repository has been archived by the owner on Aug 4, 2018. It is now read-only.

Commit

Permalink
Update eslint configs
Browse files Browse the repository at this point in the history
Rename *.json -> .eslintrc
Use babel-eslint parser for tests
  • Loading branch information
carsy committed Apr 18, 2016
1 parent 8cd8e41 commit 66e96ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"devDependencies": {
"@carsy/eslint-config": "^0.2.0",
"ava": "^0.14.0",
"babel-eslint": "^6.0.2",
"coveralls": "^2.11.9",
"eslint": "^2.6.0",
"nyc": "^6.0.0",
Expand Down
1 change: 1 addition & 0 deletions test/.eslintrc.json → test/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"parser": "babel-eslint",
"extends": [
"@carsy/eslint-config/addons/es6-modules.js"
]
Expand Down

0 comments on commit 66e96ac

Please sign in to comment.