Skip to content

Instantly share code, notes, and snippets.

@ericelliott
Created September 6, 2012 19:57
Show Gist options
  • Save ericelliott/3659941 to your computer and use it in GitHub Desktop.
Save ericelliott/3659941 to your computer and use it in GitHub Desktop.
lint.json
{
"globals": {
"jasmine": true,
"spyOn": true,
"it": true,
"console": true,
"describe": true,
"expect": true,
"beforeEach": true,
"waits": true,
"waitsFor": true,
"runs": true
},
"node" : true,
"es5" : true,
"browser" : true,
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"nonew": true,
"noarg": true,
"sub": true,
"undef": true,
"unused": true,
"eqnull": true,
"strict": true,
"boss": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment