Skip to content

Instantly share code, notes, and snippets.

@blakeembrey
Created May 7, 2013 04:16
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 blakeembrey/5530220 to your computer and use it in GitHub Desktop.
Save blakeembrey/5530220 to your computer and use it in GitHub Desktop.
{
"node": true,
"browser": true,
"devel": true,
"nonstandard": true,
"worker": true,
"es5": true,
"esnext": true,
"bitwise": false,
"boss": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"expr": true,
"forin": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"strict": false,
"undef": true,
"unused": true,
"trailing": true,
"smarttabs": true,
"immed": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment