Skip to content

Instantly share code, notes, and snippets.

@esundahl
Last active December 28, 2015 05:58
Show Gist options
  • Save esundahl/7453275 to your computer and use it in GitHub Desktop.
Save esundahl/7453275 to your computer and use it in GitHub Desktop.
jshint configurations
{
"indent": 2,
"immed": true,
"strict": false,
"globalstrict": true,
"trailing": true,
"maxparams": 3,
"camelcase": true,
"asi": true,
"quotmark": "single",
"node": true,
"noarg": true,
"noempty": true,
"plusplus": true,
"unused": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment