From a946020219ed74c73e28c46746cf2002f96da6cf Mon Sep 17 00:00:00 2001 From: Jonathan Lehman Date: Wed, 18 Mar 2015 08:39:43 -0400 Subject: [PATCH] Update eslint and remove babel-eslint - eslint is all grown up now and does not require babel-eslint to handle es6 linting. - Update eslint config to handle es6 and es6 modules --- package.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 03089088..f4a53077 100644 --- a/package.json +++ b/package.json @@ -11,12 +11,11 @@ }, "devDependencies": { "babel": "^4.7.13", - "babel-eslint": "^1.0.14", "babelify": "^5.0.4", "browserify": "^9.0.3", "chai": "^2.1.0", "coveralls": "^2.11.2", - "eslint": "^0.16.1", + "eslint": "^0.17.1", "iso": "^4.0.2", "istanbul": "^0.3.5", "mocha": "^2.1.0", @@ -50,9 +49,12 @@ "unidirectional" ], "eslintConfig": { - "parser": "babel-eslint", "env": { - "node": true + "node": true, + "es6": true + }, + "ecmaFeatures": { + "modules": true }, "rules": { "brace-style": [