Skip to content

Instantly share code, notes, and snippets.

@Melonbwead
Last active December 27, 2015 18:19
Show Gist options
  • Save Melonbwead/7368659 to your computer and use it in GitHub Desktop.
Save Melonbwead/7368659 to your computer and use it in GitHub Desktop.
jshintrc
{
"node": true,
"browser": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "double",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"jquery": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment