Skip to content

Instantly share code, notes, and snippets.

@saimonmoore
Created May 17, 2011 15:06
Show Gist options
  • Save saimonmoore/976644 to your computer and use it in GitHub Desktop.
Save saimonmoore/976644 to your computer and use it in GitHub Desktop.
{
"predef": [
"Teambox",
"_",
"Backbone",
"Templates",
"Handlebars",
"Juggernaut",
"Cookie",
"jasmine",
"spyOn",
"it",
"describe",
"expect"
],
"prototypejs": true,
"browser": true,
"devel": true,
"node": true,
"jquery": true,
"debug": true,
"forin": true,
"undef": true,
"eqeqeq": true,
"bitwise": true,
"immed": true,
"laxbreak": true,
"noarg": true,
"noempty": true,
"nonew": true,
"indent": 2,
"maxlen": 120,
"onevar": false,
"white": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment