Skip to content

Instantly share code, notes, and snippets.

@joshhunt
Created April 8, 2014 04:26
Show Gist options
  • Save joshhunt/10090773 to your computer and use it in GitHub Desktop.
Save joshhunt/10090773 to your computer and use it in GitHub Desktop.
{
"browser": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 4,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"white": false,
"globals": {
"require": false,
"requirejs": false,
"define": false,
"describe": false,
"it": false,
"before": false,
"beforeEach": false,
"after": false,
"afterEach": false,
"expect": false,
"sinon": false,
"process": false,
"__dirname": false,
"console": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment