Created
June 24, 2013 03:42
-
-
Save heroicyang/5847617 to your computer and use it in GitHub Desktop.
My jshint options
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
"jshint_options": | |
{ | |
"bitwise": false, | |
"camelcase": true, | |
"curly": true, | |
"eqeqeq": true, | |
"indent": 2, | |
"plusplus": true, | |
"undef": true, | |
"unused": true, | |
"trailing": true, | |
"eqnull": true, | |
"evil": true, | |
"expr": true, | |
"laxcomma": true, | |
"browser": true, | |
"jquery": true, | |
"node": true, | |
"wsh": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment