Skip to content

Instantly share code, notes, and snippets.

@DKunin
Created February 10, 2015 07:32
Show Gist options
  • Save DKunin/07f6ec2349a33db3a886 to your computer and use it in GitHub Desktop.
Save DKunin/07f6ec2349a33db3a886 to your computer and use it in GitHub Desktop.
.jshintrc
{
"maxerr" : 15,
"newcap": false,
"browser": true,
"curly": true,
"freeze": true,
"indent": 4,
"esnext": true,
"globals": {
"module": true,
"window": true,
"console": true,
"document": true,
"flux": true,
"FastClick": true,
"$": true,
"require": true
},
"globalstrict": true,
"quotmark": "single",
"undef": true,
"nonew": true,
"unused": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment