Skip to content

Commit 41bb59a

Browse files
committed
Ditto with jslint
1 parent dc1feb2 commit 41bb59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulp/tasks/lint.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
gulp = require('gulp'),
66
paths = {
77
lint: [
8-
'test/**/*.js',
8+
'test/**/!(jquery.simulate)*.js',
99
'components/**/*.js',
1010
'gulp/tasks/*.js',
1111
'gulpfile.js'

0 commit comments

Comments
 (0)