Skip to content

Commit d6941b9

Browse files
committed
Fix loading JSHint options.
1 parent 26b1117 commit d6941b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gruntfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ module.exports = function(grunt) {
1313
}
1414
},
1515
jshint: {
16+
options: {
17+
jshintrc: '.jshintrc'
18+
},
1619
all: ['*.js']
1720
}
1821
});

0 commit comments

Comments
 (0)