Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Commit 47e9ac6

Browse files
Fix jshintall options
1 parent 13d2806 commit 47e9ac6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Gruntfile.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ module.exports = function(grunt) {
1515
jshint: {
1616
all: [
1717
'Gruntfile.js',
18-
'tasks/*.js',
19-
'<%= nodeunit.tests %>'
18+
'tasks/**/*.js',
19+
'test/**/*.js'
2020
],
2121
options: {
22+
reporterOutput: '',
2223
jshintrc: '.jshintrc'
2324
}
2425
},

0 commit comments

Comments
 (0)