Created
March 11, 2013 13:38
-
-
Save mattmcmanus/5134284 to your computer and use it in GitHub Desktop.
My JSHint Config
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
Show hidden characters
{ | |
"curly": true, | |
"eqeqeq": true, | |
"immed": true, | |
"latedef": true, | |
"newcap": true, | |
"noarg": true, | |
"sub": true, | |
"undef": true, | |
"boss": true, | |
"eqnull": true, | |
"node": true, | |
"es5": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment