Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save james-huston/9326244 to your computer and use it in GitHub Desktop.
Save james-huston/9326244 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": {
"describe": false,
"beforeEach": false,
"afterEach": false,
"it": false,
"before": false,
"after": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment