Skip to content

Instantly share code, notes, and snippets.

@akiva
Created August 7, 2014 21:36
Show Gist options
  • Save akiva/68f0ebafa7fe8f5f60fc to your computer and use it in GitHub Desktop.
Save akiva/68f0ebafa7fe8f5f60fc to your computer and use it in GitHub Desktop.
{
"browser": true,
"camelcase": true,
"eqeqeq": true,
"eqnull": true,
"esnext": true,
"forin": false,
"indent": 2,
"lastsemic": false,
"latedef": true,
"laxbreak": false,
"laxcomma": false,
"maxerr": 100,
"maxlen": 80,
"newcap": true,
"noarg": true,
"node": true,
"noempty": true,
"passfail": false,
"predef": [
"after",
"afterEach",
"before",
"beforeEach",
"describe",
"exports",
"it",
"require",
"process"
],
"quotmark": "single",
"shadow": false,
"strict": true,
"supernew": false,
"trailing": true,
"undef": true,
"unused": true,
"white": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment