Skip to content

Commit

Permalink
Update eslint and stylelint to check ./src and ./theme
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Feb 2, 2018
1 parent ecb8fbe commit 2a91b93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ gulp.task('lint:js', function() {
gulp.task('lint:html', function() {
return gulp.src([
'*.html',
'src/**/*.html',
'demo/**/*.html',
'test/**/*.html'
])
Expand All @@ -53,7 +54,9 @@ gulp.task('lint:html', function() {
gulp.task('lint:css', function() {
return gulp.src([
'*.html',
'src/**/*.html',
'demo/**/*.html',
'theme/**/*.html',
'test/**/*.html'
])
.pipe(htmlExtract({
Expand Down

0 comments on commit 2a91b93

Please sign in to comment.