]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update dependency gulp-eslint
authorNicolas Coden <nicolas@ncoden.fr>
Mon, 5 Dec 2016 16:44:16 +0000 (17:44 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Wed, 7 Dec 2016 09:11:03 +0000 (10:11 +0100)
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

.eslintrc
package.json

index e457c2f6f71f28ffef54e7ac519d82ef8f20aae7..edb3c74878d65087e837565165dc1c4c0b6b20b9 100644 (file)
--- 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
+}
index 0bf7c2196d3fac9f188545e9e590bfeec9bc7a1e..6a3098abc1447408f4945db77a6d78708e59c897 100644 (file)
@@ -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",