Skip to content

Instantly share code, notes, and snippets.

@stdavis
Created October 6, 2012 01:11
Show Gist options
  • Select an option

  • Save stdavis/3843338 to your computer and use it in GitHub Desktop.

Select an option

Save stdavis/3843338 to your computer and use it in GitHub Desktop.
.jshintrc template
{
"predef": [
"dojo",
// jquery
"$",
// Leaflet
"L",
// AMD
"define",
"require",
"console",
"module",
"AGRC",
// jasmine
"it",
"expect",
"beforeEach",
"afterEach",
"spyOn",
"jasmine",
"runs",
"waitsFor",
"describe",
"xit"
],
"evil": true,
"regexdash": true,
"browser": true,
"wsh": true,
"sub": true,
"undef": true,
"unused": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment