Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 4c98843

Browse files
committed
Combined Grunt jsonlint subdirectory glob pattern
1 parent 97eb2c4 commit 4c98843

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ module.exports = function(grunt) {
7878
'package.json',
7979
'.jscsrc',
8080
'.jshintrc',
81-
'src/.jshintrc',
82-
'test/.jshintrc'
81+
'{src,test}/.jshintrc'
8382
]
8483
}
8584
},

0 commit comments

Comments
 (0)