Created
August 28, 2013 07:10
-
-
Save cloudchen/6362982 to your computer and use it in GitHub Desktop.
preferred jshint configuration for webpage project
This file contains 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
{ | |
"camelcase": true, | |
"curly": true, | |
"eqeqeq": true, | |
"es3": false, | |
"forin": false, | |
"immed": true, | |
"indent": false, | |
"latedef": "nofunc", | |
"newcap": true, | |
"noarg": true, | |
"noempty": true, | |
"nonew": true, | |
"plusplus": false, | |
"quotmark": true, | |
"undef": true, | |
"unused": "vars", | |
"strict": true, | |
"trailing": true, | |
"boss": false, | |
"debug": false, | |
"smarttabs": false, | |
"eqnull": true, | |
"laxcomma": true, | |
"browser": true, | |
"devel": true, | |
"jquery": true, | |
"globals": { | |
"define": false | |
,"require": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Copy this file to home directory, there you go.