Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
jshintrc - ignore more
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0gr committed Sep 15, 2016
1 parent ea983a9 commit cba9ad9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blueprints/ember-cli-eslint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ module.exports = {
var files = walkSync(projectRoot, {
globs: ['**/.jshintrc'],
ignore: [
'bower_components',
'dist',
'node_modules',
'tmp'
'**/bower_components',
'**/dist',
'**/node_modules',
'**/tmp'
]
});

Expand Down

0 comments on commit cba9ad9

Please sign in to comment.