Skip to content

Instantly share code, notes, and snippets.

@dummerbd
Created November 11, 2015 21:01
Show Gist options
  • Save dummerbd/85458091e1fb45dcf583 to your computer and use it in GitHub Desktop.
Save dummerbd/85458091e1fb45dcf583 to your computer and use it in GitHub Desktop.
{
"predef": [
"jQuery", "Backbone", "_", "Handlebars", "window", "BIP", "module", "require",
"jasmine", "describe", "it", "expect", "fail", "beforeEach", "afterEach", "beforeAll", "afterAll", "spyOn", "xdescribe", "xit", "pending"
],
"bitwise": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"maxdepth": 5,
"noarg": true,
"nonew": true,
"singleGroups": true,
"undef": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment