Skip to content

Commit

Permalink
Remove **/bundle.js as default ignore
Browse files Browse the repository at this point in the history
It was too opinionated and `bundle.js` can't always be assumed to be generated code that should not be linted. See: #65 (comment)
  • Loading branch information
sindresorhus committed Jul 28, 2018
1 parent f76c901 commit 8e4f435
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/options-manager.js
Expand Up @@ -17,7 +17,6 @@ const DEFAULT_IGNORE = [
'coverage/**',
'{tmp,temp}/**',
'**/*.min.js',
'**/bundle.js',
'vendor/**',
'dist/**'
];
Expand Down

0 comments on commit 8e4f435

Please sign in to comment.