Created
March 19, 2014 22:06
-
-
Save kumar303/9652470 to your computer and use it in GitHub Desktop.
jshint example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grunt.initConfig({ | |
jshint: { | |
options: { jshintrc: __dirname + '/.jshintrc' }, | |
files: [ | |
'Gruntfile.js', | |
'lib/*.js', | |
'test/*.js', | |
], | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment