Skip to content

Instantly share code, notes, and snippets.

@Stmol
Last active October 3, 2018 16:16
Show Gist options
  • Save Stmol/8272817 to your computer and use it in GitHub Desktop.
Save Stmol/8272817 to your computer and use it in GitHub Desktop.
My JSHINT options #config
{
"node": true,
"browser": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"nonew": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"jquery": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment