Skip to content

Instantly share code, notes, and snippets.

@Juice10
Last active December 19, 2015 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Juice10/6038045 to your computer and use it in GitHub Desktop.
Save Juice10/6038045 to your computer and use it in GitHub Desktop.
{
"browser": true,
"node": true,
"predef": ["_", "Backbone", "define", "require", "$", "db", "app", "bn", "backfin", "d3", "confirm", "alert", "window", "document", "describe", "assert", "beforeEach","afterEach","it", "sinon", "module"],
"es5": true,
"undef": true,
"unused": true,
"evil": true,
"camelcase":true,
"bitwise":true,
"indent":2,
"latedef":true,
"globalstrict":true,
"strict":false,
"expr":true,
"newcap": true,
"esnext":true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment