We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27d7ca commit 600fdedCopy full SHA for 600fded
1 file changed
build/gulpfile.hygiene.js
@@ -362,7 +362,10 @@ function hygiene(some) {
362
363
const javascript = result
364
.pipe(filter(eslintFilter))
365
- .pipe(gulpeslint('.eslintrc.json'))
+ .pipe(gulpeslint({
366
+ configFile: '.eslintrc.json',
367
+ rulePaths: ['./build/lib/eslint']
368
+ }))
369
.pipe(gulpeslint.formatEach('compact'))
370
.pipe(gulpeslint.failAfterError());
371
0 commit comments