diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2012-12-19 19:06:16 -0500 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2012-12-19 19:06:16 -0500 |
commit | 3ffaa0fecb571f1c5a5d2ca212e9a009fe0571a4 (patch) | |
tree | 49fdfc438d6af8e4bbb845ca63de5feaeb755ea2 /Gruntfile.js | |
parent | cc97125560d16fde1fad54974b10b5526f1309af (diff) | |
download | jquery-3ffaa0fecb571f1c5a5d2ca212e9a009fe0571a4.tar.gz jquery-3ffaa0fecb571f1c5a5d2ca212e9a009fe0571a4.zip |
Add comment about where to locate grunt TODO's
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 057c8108f..d0b3f1e0f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -72,6 +72,7 @@ module.exports = function( grunt ) { }, tests: { // TODO: Once .jshintignore is supported, use that instead. + // issue located here: https://github.com/gruntjs/grunt-contrib-jshint/issues/1 src: [ "test/data/{test,testinit,testrunner}.js", "test/unit/**/*.js" ], options: { jshintrc: "test/.jshintrc" |