Skip to content

Instantly share code, notes, and snippets.

@steel1990
Created May 15, 2014 10:36
Show Gist options
  • Save steel1990/f4e6c8e72c49ca1bdbfe to your computer and use it in GitHub Desktop.
Save steel1990/f4e6c8e72c49ca1bdbfe to your computer and use it in GitHub Desktop.
{
"curly": true,
"eqeqeq": true,
"es3": true,
"immed": true,
"indent": 4,
"latedef": true,
"noarg": true,
"noempty": true,
"quotmark": "single",
"undef": true,
"unused": true,
"trailing": true,
"maxlen": 80,
"eqnull": false,
"browser": true,
"evil": false,
"forin": false,
"regexp": true,
"nonew": true,
"maxparams": 3,
"maxdepth": 3,
"maxstatements": 25,
"asi": true,
"supernew": false,
"expr": true,
"globals": {
"window": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment