Skip to content

Commit

Permalink
eslint: remove unused eslint-plugin-babel (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
bananaappletw authored and jonathanong committed Apr 23, 2017
1 parent ee5af59 commit 2da3dd4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ parser: babel-eslint

extends: standard

plugins: [
"babel"
]

rules:
arrow-parens: [2, as-needed]
eqeqeq: 0
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"babel-eslint": "^7.1.1",
"eslint": "^3.17.1",
"eslint-config-standard": "^7.0.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"istanbul": "^0.4.0",
Expand Down

0 comments on commit 2da3dd4

Please sign in to comment.