Skip to content

Commit e779056

Browse files
authored
Merge pull request #2153 from h5bp/jscsrc
remove .jscsrc config and remove gulp-jscs from package.json
2 parents 60beb6f + d1fe0ca commit e779056

File tree

4 files changed

+3
-808
lines changed

4 files changed

+3
-808
lines changed

.jscsrc

-68
This file was deleted.

gulpfile.babel.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ gulp.task('lint:js', () =>
141141
gulp.src([
142142
`${dirs.src}/js/*.js`,
143143
`${dirs.test}/*.js`
144-
]).pipe(plugins().jscs())
145-
.pipe(plugins().eslint())
144+
]).pipe(plugins().eslint())
146145
.pipe(plugins().eslint.failOnError())
147146
);
148147

0 commit comments

Comments
 (0)