Skip to content

Commit f453c21

Browse files
committed
Remove eslint-plugin-babel since ESLint supports it natively now
1 parent ef4dd7f commit f453c21

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.eslintrc.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"extends": "eslint:recommended",
33
"parser": "babel-eslint",
4-
"plugins": [
5-
"babel"
6-
],
74
"env": {
85
"atomtest": true,
96
"es6": true,
@@ -15,9 +12,9 @@
1512
"waitsForPromise": true
1613
},
1714
"rules": {
18-
"babel/arrow-parens": 2,
1915
"array-bracket-spacing": 2,
2016
"arrow-body-style": [2, "always"],
17+
"arrow-parens": 2,
2118
"arrow-spacing": 2,
2219
"brace-style": 2,
2320
"camelcase": 2,

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"babel-eslint": "^7.0.0",
18-
"eslint": "^3.0.1",
19-
"eslint-plugin-babel": "^3.2.0"
18+
"eslint": "^3.0.1"
2019
},
2120
"package-deps": [
2221
"linter"

0 commit comments

Comments
 (0)