Skip to content

Instantly share code, notes, and snippets.

@tonylukasavage
Created January 1, 2014 14:06
Show Gist options
  • Save tonylukasavage/8208280 to your computer and use it in GitHub Desktop.
Save tonylukasavage/8208280 to your computer and use it in GitHub Desktop.
Titanium-specific .jshintrc file for those using realtime linting in their editors
{
"globals": [
"Ti": false,
"Titanium": false,
"Alloy": false
],
"node": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment