Skip to content

Instantly share code, notes, and snippets.

@kulor
Created July 13, 2012 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kulor/3103815 to your computer and use it in GitHub Desktop.
Save kulor/3103815 to your computer and use it in GitHub Desktop.
My JSHint preferences
{
"predef": [
"define",
"require"
],
"es5" : false,
"browser" : true,
"boss" : false,
"curly": true,
"debug": false,
"devel": false,
"eqeqeq": true,
"evil": false,
"forin": false,
"immed": true,
"laxbreak": false,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"nomen": false,
"onevar": true,
"plusplus": true,
"regexp": true,
"undef": true,
"sub": true,
"strict": true,
"white": true
}
@kulor
Copy link
Author

kulor commented Aug 1, 2012

Bit of a living file this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment