Skip to content

Instantly share code, notes, and snippets.

@ivanoats
Created August 21, 2014 20:36
Show Gist options
  • Save ivanoats/d80ecf0fff94b2ee1b45 to your computer and use it in GitHub Desktop.
Save ivanoats/d80ecf0fff94b2ee1b45 to your computer and use it in GitHub Desktop.
{
"globals": {
"describe" : false,
"it" : false,
"to" : false,
"ok" : false,
"be" : false,
"before" : false,
"beforeEach" : false,
"after" : false,
"afterEach" : false,
"equal" : false
},
"globalstrict": true,
"quotmark": true,
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true,
"indent": 2,
"node": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment