Skip to content

Instantly share code, notes, and snippets.

@cullophid
Created March 14, 2014 10:34
Show Gist options
  • Save cullophid/9545432 to your computer and use it in GitHub Desktop.
Save cullophid/9545432 to your computer and use it in GitHub Desktop.
inxite - .jshintrc
{
"bitwise" : true,
"camelCase" : true,
"curly" : true,
"eqeqeq":true,
"forin":true,
"freeze":true,
"indent" :4,
"latedef":true,
"newcap":true,
"noarg":true,
"noempty":true,
"nonbsp":true,
"nonew":true,
"plusplus":true,
"quotmark":false,
"undef":true,
"unused":true,
"strict":true,
"trailing":true,
"maxparams":3,
"maxdepth":4,
"maxstatements" : 20,
"maxlen" : 200,
"onevar" : true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment