Skip to content

Instantly share code, notes, and snippets.

@zeekay
Created April 21, 2012 22:46
Show Gist options
  • Save zeekay/2440070 to your computer and use it in GitHub Desktop.
Save zeekay/2440070 to your computer and use it in GitHub Desktop.
{
// enforce
"curly": false,
"forin": false,
// relax
"eqnull": true,
"evil": true,
// globals
"browser": true,
"console": true,
"devel": true,
"node": true,
"predef": [
"DEBUG",
"TEST",
"define",
"require"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment