Skip to content

Instantly share code, notes, and snippets.

@mccraveiro
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mccraveiro/45608fa73eb773c9f6b9 to your computer and use it in GitHub Desktop.
Save mccraveiro/45608fa73eb773c9f6b9 to your computer and use it in GitHub Desktop.
.jshintrc
// gist: https://gist.github.com/mccraveiro/45608fa73eb773c9f6b9
{
"bitwise": true,
"curly": true,
"immed": true,
"latedef": true,
"nonbsp": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"maxdepth": 5,
"esnext": true,
"globalstrict": true,
"browser": true,
"globals": {
"beforeEach": true,
"define": true,
"describe": true,
"expect": true,
"it": true,
"jasmine": true,
"require": true,
"Stub": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment