Skip to content

Instantly share code, notes, and snippets.

@chyld
Created October 12, 2014 01:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save chyld/7348ddd9c6440feafb90 to your computer and use it in GitHub Desktop.
Save chyld/7348ddd9c6440feafb90 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