Skip to content

Instantly share code, notes, and snippets.

@artanisdesign
Last active August 29, 2015 14:21
Show Gist options
  • Save artanisdesign/9e25e4b8eb44e5c8d7ac to your computer and use it in GitHub Desktop.
Save artanisdesign/9e25e4b8eb44e5c8d7ac to your computer and use it in GitHub Desktop.
jshint
{
"bitwise": true,
"camelcase": true,
"eqeqeq": true,
"indent": 4,
"unused": true,
"onevar": true,
"undef": true,
"trailing": true,
"latedef": true,
"curly" : true,
"sub": true,
"node":true,
"nonbsp" : true,
"nonew" : true,
"shadow" : false,
"predef": [
"Ti",
"Titanium",
"Alloy",
"describe",
"it",
"before",
"beforeEach",
"after",
"afterEach",
"should",
"$",
"Backbone",
"OS_IOS",
"OS_ANDROID",
"_",
"ENV_DEV",
"ENV_TEST",
"ENV_PRODUCTION",
"DIST_ADHOC",
"DIST_STORE",
"L",
"alert"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment