Skip to content

Commit

Permalink
Merge pull request #93 from blond/chore/remove-babel-eslint
Browse files Browse the repository at this point in the history
chore(lint): remove `babel-eslint`
  • Loading branch information
blond committed Oct 3, 2016
2 parents 48bdad9 + b509e9d commit edc5965
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
parser: babel-eslint

parserOptions:
ecmaVersion": 6,
ecmaVersion: 2017
sourceType: module

env:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
},
"devDependencies": {
"ava": "^0.16.0",
"babel-eslint": "^6.1.0",
"coveralls": "^2.11.9",
"del": "^2.2.1",
"es6-promisify": "^5.0.0",
Expand Down

0 comments on commit edc5965

Please sign in to comment.