Skip to content

Instantly share code, notes, and snippets.

@maxbye3
Created December 11, 2017 14:45
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 maxbye3/5a30514b4e6bc5168e03eea56b5bf737 to your computer and use it in GitHub Desktop.
Save maxbye3/5a30514b4e6bc5168e03eea56b5bf737 to your computer and use it in GitHub Desktop.
.jshintrc
{
"curly": true,
"immed": true,
"newcap": true,
"noarg": true,
"sub": true,
"boss": true,
"eqnull": true,
"quotmark": "single",
"trailing": true,
"undef": true,
"browser": true,
"jquery": true,
"evil":true,
"globals": {
"angular": false,
"console": false,
// For Jasmine
"after" : false,
"afterEach" : false,
"before" : false,
"beforeEach" : false,
"describe" : false,
"expect" : false,
"jasmine" : false,
"module" : false,
"spyOn" : false,
"inject" : false,
"it" : false,
"_" : false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment