From: Nicolas Coden Date: Mon, 5 Dec 2016 16:44:16 +0000 (+0100) Subject: Update dependency gulp-eslint X-Git-Tag: v6.3.0-rc2~5^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a884eb94e28a0d72b0b87106fbb86337bf7b8b4b;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update dependency gulp-eslint Update `gulp-eslint` from `^2.0.0` (currently `v2.1.0`) to `^3.0.1` and remove `babel-eslint` which is no longer necessary. Changes: - Update eslint from `^2.13.1` to `3.11.1` - Update the `.eslintrc` config file. There is no relevant package change. See http://eslint.org/docs/user-guide/migrating-to-3.0.0 --- diff --git a/.eslintrc b/.eslintrc index e457c2f6f..edb3c7487 100644 --- a/.eslintrc +++ b/.eslintrc @@ -12,7 +12,6 @@ "globals": { "Foundation": true }, - "parser": "babel-eslint", "parserOptions": { "ecmaFeatures": { "impliedStrict": true, @@ -62,4 +61,4 @@ "valid-typeof": 2, "wrap-iife": [2, "inside"] } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 0bf7c2196..6a3098abc 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,6 @@ "array-uniq": "^1.0.2", "autoprefixer": "^6.5.3", "babel-core": "^6.3.26", - "babel-eslint": "^5.0.0", "babel-plugin-transform-es2015-arrow-functions": "^6.3.13", "babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13", "babel-plugin-transform-es2015-block-scoping": "^6.4.0", @@ -48,7 +47,7 @@ "gulp-check-deps": "^1.4.1", "gulp-concat": "^2.4.3", "gulp-cssnano": "^2.1.0", - "gulp-eslint": "^2.0.0", + "gulp-eslint": "^3.0.1", "gulp-filter": "^3.0.1", "gulp-if": "^2.0.0", "gulp-load-plugins": "^1.2.0",