Skip to content

Instantly share code, notes, and snippets.

@jjsub
Forked from chyld/.jshintrc
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjsub/5673e4fbf630c85b4d1f to your computer and use it in GitHub Desktop.
Save jjsub/5673e4fbf630c85b4d1f to your computer and use it in GitHub Desktop.
{
"camelcase": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"immed": true,
"indent": 2,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"quotmark": "single",
"undef": true,
"unused": "vars",
"strict": true,
"node": true,
"devel": true,
"debug": true,
"validthis": true,
"browser": true,
"jquery": true,
"globals": {"angular":true, "_":true, "toastr":true, "cordova":true, "StatusBar":true}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment