Skip to content

Instantly share code, notes, and snippets.

@alejandroiglesias
Created April 26, 2013 19:06
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 alejandroiglesias/5469600 to your computer and use it in GitHub Desktop.
Save alejandroiglesias/5469600 to your computer and use it in GitHub Desktop.
{
"bitwise": false,
"camelcase": false,
"curly": false,
"eqeqeq": false,
"forin": false,
"immed": false,
"indent": false,
"latedef": true,
"newcap": false,
"noarg": false,
"noempty": false,
"nonew": false,
"plusplus": false,
"quotmark": false,
"undef": true,
"unused": true,
"strict": false,
"trailing": false,
"maxparams": false,
"maxdepth": false,
"maxstatements": false,
"maxcomplexity": false,
"maxlen": false,
"white": false,
"predef": ["define", "require"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment