Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit 9634b1f

Browse files
author
Richard Hallows
committed
Remove babel-eslint dep
1 parent b0bc5fd commit 9634b1f

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.eslintrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
---
2-
# babel support more syntax stuff than eslint for now
3-
parser: babel-eslint
4-
52
ecmaFeatures:
63
modules: true
74

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@
1919
"index.js"
2020
],
2121
"devDependencies": {
22-
"babel": "^5.6.14",
23-
"babel-eslint": "^3.1.23",
22+
"babel": "^5.8.19",
2423
"babel-tape-runner": "^1.1.0",
2524
"eslint": "^0.24.1",
2625
"postcss": "^4.1.16",
27-
"stylelint": "^0.1.1",
28-
"tape": "^4.0.0"
26+
"stylelint": "^0.5.0",
27+
"tape": "^4.0.1"
2928
},
3029
"scripts": {
3130
"lint": "eslint . --ignore-path .gitignore",

0 commit comments

Comments
 (0)