Skip to content

Instantly share code, notes, and snippets.

@gistfrojd
Created August 19, 2014 09:28
Show Gist options
  • Save gistfrojd/b6d4f7d59b42c6dfd1fd to your computer and use it in GitHub Desktop.
Save gistfrojd/b6d4f7d59b42c6dfd1fd to your computer and use it in GitHub Desktop.
jshint configuration
{
"camelcase": true,
"curly": true,
"eqeqeq": true,
"indent" : 4,
"latedef": true,
"newcap": true,
"quotmark": "double",
"undef": true,
"unused": false,
"strict": true,
"maxparams": 8,
"maxdepth": 5,
"maxlen": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment