Skip to content

Instantly share code, notes, and snippets.

@lowol
Created July 18, 2012 02:30
Show Gist options
  • Save lowol/3133733 to your computer and use it in GitHub Desktop.
Save lowol/3133733 to your computer and use it in GitHub Desktop.
.jshintrc
{
"predef": [
"jasmine",
"spyOn",
"it",
"console",
"describe",
"expect",
"beforeEach",
"waits",
"waitsFor",
"runs",
"app"
],
"node" : true,
"es5" : true,
"browser" : true,
"undef": true,
"strict": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment