Created
January 1, 2014 14:49
-
-
Save tonylukasavage/8208574 to your computer and use it in GitHub Desktop.
.jshintrc file for Titanium + mocha + should
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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