Skip to content

Instantly share code, notes, and snippets.

@botmaster
Forked from tonylukasavage/.jshintrc
Last active January 2, 2016 02:18
Show Gist options
  • Save botmaster/8235671 to your computer and use it in GitHub Desktop.
Save botmaster/8235671 to your computer and use it in GitHub Desktop.
My JsHint config file for Titanium Alloy projects
{
"globals": {
"Ti": false,
"Titanium": false,
"Alloy": false,
"describe": false,
"it": false,
"before": false,
"beforeEach": false,
"after": false,
"afterEach": false,
"should": false
},
"node": true
}
@Cryde
Copy link

Cryde commented Oct 14, 2015

Hello !
What about the arguments[0] in the controllers ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment