Skip to content

Instantly share code, notes, and snippets.

@chyld
Created April 28, 2014 03:39
Show Gist options
  • Save chyld/11361199 to your computer and use it in GitHub Desktop.
Save chyld/11361199 to your computer and use it in GitHub Desktop.
{
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"node": true,
"browser": true,
"jquery": true,
"devel": true,
"debug": true,
"validthis": true,
"esnext": true,
"globals": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment