Skip to content

Commit

Permalink
Bump ESLint to v3.x (gulp and Code Climate)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrunel committed Oct 29, 2016
1 parent 883c6aa commit dc93cc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Expand Up @@ -7,7 +7,7 @@ engines:
- javascript
eslint:
enabled: true
channel: "eslint-2"
channel: "eslint-3"
fixme:
enabled: true
ratings:
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -18,7 +18,7 @@ var outDir = './dist/';
var samplesDir = './samples/';

var header = "/*!\n\
* chartjs-plugin-deferred\n\
* " + package.name + "\n\
* http://chartjs.org/\n\
* Version: {{ version }}\n\
*\n\
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^2.1.0",
"gulp-eslint": "^3.0.0",
"gulp-insert": "^0.5.0",
"gulp-file": "^0.3.0",
"gulp-replace": "^0.5.4",
Expand Down

0 comments on commit dc93cc6

Please sign in to comment.