From: Simon Brunel Date: Sat, 29 Oct 2016 16:40:27 +0000 (+0200) Subject: Bump ESLint to v3.x (gulp and Code Climate) (#3526) X-Git-Tag: v2.4.0~1^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e90edd8c9aaea1f0124f19cfa4105f94f950207e;p=thirdparty%2FChart.js.git Bump ESLint to v3.x (gulp and Code Climate) (#3526) --- diff --git a/.codeclimate.yml b/.codeclimate.yml index d865954a2..ee3a5fdac 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -6,6 +6,7 @@ engines: - javascript eslint: enabled: true + channel: "eslint-3" fixme: enabled: true ratings: diff --git a/package.json b/package.json index 1e16185de..61a6116c4 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "gulp": "3.9.x", "gulp-concat": "~2.1.x", "gulp-connect": "~2.0.5", - "gulp-eslint": "^2.0.0", + "gulp-eslint": "^3.0.0", "gulp-file": "^0.3.0", "gulp-html-validator": "^0.0.2", "gulp-insert": "~0.5.0",