Skip to content

Instantly share code, notes, and snippets.

@chestone
Last active August 29, 2015 14:04
Show Gist options
  • Save chestone/88209a610edf92d9df60 to your computer and use it in GitHub Desktop.
Save chestone/88209a610edf92d9df60 to your computer and use it in GitHub Desktop.
jshintrc
{
"browser": true,
"jquery": true,
"node": true,
"camelcase": true,
"eqeqeq": true,
"eqnull": true,
"indent": 2,
"latedef": true,
"newcap": false,
"quotmark": true,
"trailing": true,
"undef": false,
"unused": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment