Skip to content

Instantly share code, notes, and snippets.

@artisonian
Last active January 3, 2016 06:49
Show Gist options
  • Save artisonian/8425274 to your computer and use it in GitHub Desktop.
Save artisonian/8425274 to your computer and use it in GitHub Desktop.
{
"bitwise": true,
"camelcase": true,
"eqeqeq": true,
"forin": true,
"immed": true,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"eqnull": true,
"globalstrict": true,
"node": true,
"browser": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment