Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
chore(ci): force eslint config file
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuard committed Feb 11, 2017
1 parent 533ec31 commit f1a4911
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var coveralls = require('gulp-coveralls');
gulp.task('static', function () {
return gulp.src('**/*.js')
.pipe(excludeGitignore())
.pipe(eslint())
.pipe(eslint({configFile: '.eslintrc.json'}))
.pipe(eslint.format())
.pipe(eslint.failAfterError());
});
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,16 @@
"devDependencies": {
"yeoman-test": "^1.6.0",
"yeoman-assert": "^2.2.1",
"eslint": "^3.1.1",
"eslint-config-xo-space": "^0.15.0",
"gulp": "^3.9.0",
"eslint": "^3.15.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-exclude-gitignore": "^1.1.1",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-istanbul": "^1.0.0",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-plumber": "^1.0.0",
"gulp-nsp": "^2.1.0",
"gulp-coveralls": "^0.1.0",
"gulp-nsp": "^2.4.2",
"gulp-coveralls": "^0.1.4",
"semantic-release": "^6.3.2"
},
"repository": "yhuard/generator-fractal-component",
Expand Down

0 comments on commit f1a4911

Please sign in to comment.