Skip to content

Commit

Permalink
chore(build): Exclude all node_modules contents on lint (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Faciu authored and valorkin committed Sep 18, 2016
1 parent 834cc3b commit 7eca89e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulp-tasks/lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const gulp = require('gulp');
const tslint = require('gulp-tslint');
const gitignore = require('gitignore-to-glob')();

gitignore.push('!node_modules/**/*');
gitignore.push('**/*.ts');

gulp.task('tslint', () =>
Expand Down

0 comments on commit 7eca89e

Please sign in to comment.