Skip to content

Instantly share code, notes, and snippets.

@aron
Created June 11, 2013 13:07
Show Gist options
  • Save aron/5756662 to your computer and use it in GitHub Desktop.
Save aron/5756662 to your computer and use it in GitHub Desktop.
{
"globals": {
"readmill": false,
"jQuery": false,
"it": false,
"describe": false,
"_": false,
"sinon": false,
"beforeEach": false,
"afterEach": false,
"assert": false
},
"node": false,
"browser": true,
"boss": true,
"camelcase": true,
"curly": true,
"debug": false,
"devel": false,
"eqeqeq": true,
"evil": true,
"forin": true,
"immed": true,
"indent": 2,
"laxbreak": false,
"latedef": true,
"newcap": true,
"noarg": true,
"noempty": false,
"nonew": false,
"nomen": false,
"onevar": false,
"plusplus": false,
"regexp": false,
"undef": true,
"sub": true,
"strict": false,
"trailing": true,
"white": true,
"undef": true,
"unused": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment