Skip to content

Commit

Permalink
[Chore #159236194] Add Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ja-odur committed Aug 1, 2018
1 parent 08e4038 commit 85979d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gulp.task('lint-js', function () {
// So, it's best to have gulp ignore the directory as well.
// Also, Be sure to return the stream from the task;
// Otherwise, the task may end before the stream has finished.
return gulp.src(['**/*.js'])
return gulp.src(['wger/**/*.js'])
// eslint() attaches the lint output to the "eslint" property
// of the file object so it can be used by other modules.
.pipe(eslint())
Expand Down

0 comments on commit 85979d9

Please sign in to comment.