Created
October 3, 2014 16:48
-
-
Save kesar/41fa0804a0783c55e5e8 to your computer and use it in GitHub Desktop.
jshint-config.json
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
{ | |
"forin": true, | |
"devel": false, | |
"curly": true, | |
"eqeqeq": true, | |
"eqnull": true, | |
"latedef": true, | |
"noarg": true, | |
"undef": true, | |
"unused": true, | |
"camelcase": true, | |
"sub": true, | |
"globals": { | |
"dd": true, | |
"CustomEvent": true, | |
"$": true, | |
"document": true, | |
"window": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment