Skip to content

Instantly share code, notes, and snippets.

@framerate
Created November 23, 2013 00:53
Show Gist options
  • Save framerate/7609373 to your computer and use it in GitHub Desktop.
Save framerate/7609373 to your computer and use it in GitHub Desktop.
.jshintrc
{
"node": true,
"browser": true,
"jquery": true,
"eqeqeq": true,
"indent": 4,
"latedef": true,
"quotmark": "single",
"trailing": true,
"undef": true,
"unused": true,
"curly": true,
"camelcase": true,
"strict": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment