Skip to content

Commit

Permalink
Remove fixtures from linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jblandry committed Jan 11, 2018
1 parent 45e71c0 commit 0d59496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

const tester = require('@absolunet/tester');

tester.lintJs(['**/*.js', '!node_modules/**/*', '!boilerplate/node_modules/**/*', '!boilerplate/bower_components/**/*', '!src/**/*', '!boilerplate/components/**/scripts/vendor/**/*.js']);
tester.lintJs(['**/*.js', '!node_modules/**/*', '!boilerplate/node_modules/**/*', '!boilerplate/bower_components/**/*', '!boilerplate/components/**/scripts/vendor/**/*.js', '!test/fixtures/**/*.js']);

0 comments on commit 0d59496

Please sign in to comment.