Skip to content

Instantly share code, notes, and snippets.

@james-huston
Created March 3, 2014 14:35
Show Gist options
  • Save james-huston/9326258 to your computer and use it in GitHub Desktop.
Save james-huston/9326258 to your computer and use it in GitHub Desktop.
{
"esnext": true,
"node": true,
"laxcomma": true,
"laxbreak": true,
"camelcase": false,
"indent": 2,
"newcap": true,
"quotmark": "single",
"unused": "vars",
"trailing": true,
"proto": true,
"maxcomplexity": 10,
"multistr": true,
"maxparams": 6,
"maxlen": 80,
"maxstatements": 25,
"eqnull": true,
"immed": true,
"latedef": "nofunc",
"nonew": true,
"white": true,
"globalstrict": false,
"undef": true,
"unused": true,
"trailing": true,
"globals": {
"angular": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment