Skip to content

Instantly share code, notes, and snippets.

@russellf9
Created February 26, 2015 16:08
Show Gist options
  • Save russellf9/c9a93b3fc95ce0278c54 to your computer and use it in GitHub Desktop.
Save russellf9/c9a93b3fc95ce0278c54 to your computer and use it in GitHub Desktop.
A default config file for JavaScript Linting jshintrc
{
"globalstrict": true,
"globals": {
"this" : false,
"localStorage": false,
"angular": true,
"Firebase": true,
"Modernizr": true,
"moment" : true,
"tool" : true,
"performance" : true,
"scheduleServices": true,
"scheduleControllers": true,
"ProjectSVC": true,
"console": true,
"describe": false,
"xdescribe": false,
"it": false,
"xit": false,
"element" : false,
"document" : false,
"expect": false,
"beforeEach": false,
"notify": true,
"setTimeout" : true,
"afterEach": false,
"module": false,
"inject": false,
"browser" : true,
"by" : true,
"require" : true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment