Skip to content

Commit

Permalink
fix(lint): ignore nested node_modules dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Dec 12, 2016
1 parent 51e7ffb commit f3ae7e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ let sourceDirectories = [
'src/**/*.js',
'tasks/**/*.js',
'examples/**/*.js',
'benchmarks/**/*.js'
'benchmarks/**/*.js',
'!**/node_modules/**'
]

// Get custom entry file's directory and add it to the source directories
Expand Down

0 comments on commit f3ae7e6

Please sign in to comment.