Skip to content

Instantly share code, notes, and snippets.

@tonylukasavage
Created January 1, 2014 14:49
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save tonylukasavage/8208574 to your computer and use it in GitHub Desktop.
Save tonylukasavage/8208574 to your computer and use it in GitHub Desktop.
.jshintrc file for Titanium + mocha + should
{
"globals": [
"Ti": false,
"Titanium": false,
"Alloy": false,
"describe": false,
"it": false,
"before": false,
"beforeEach": false,
"after": false,
"afterEach": false,
"should": false
],
"node": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment