Skip to content

Instantly share code, notes, and snippets.

@svbergerem
Last active August 29, 2015 14:17
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 svbergerem/83f5d267cc1897d64edd to your computer and use it in GitHub Desktop.
Save svbergerem/83f5d267cc1897d64edd to your computer and use it in GitHub Desktop.
diaspora* JSHint config
{
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"immed": true,
"indent": 2,
"latedef": true,
"maxlen": 120,
"newcap": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"nonew": false,
"quotmark": "single",
"undef": true,
"unused": true,
"asi": false,
"boss": false,
"browser": true,
"devel": true,
"eqnull": true,
"evil": false,
"expr": false,
"jasmine": true,
"jquery": true,
"lastsemic": true,
"laxbreak": false,
"laxcomma": false,
"loopfunc": false,
"notypeof": false,
"scripturl": false,
"sub": false,
"supernew": true,
"predef": [
"_",
"Backbone",
"gon",
"Handlebars",
"HandlebarsTemplates",
"ImagePaths",
"jsxc",
"MBP",
"Routes",
"OSM",
"parse_url",
"punycode",
"qq",
"loginAs",
"logout",
"spec",
"context",
"factory",
"stubView",
"exports",
"spyOn",
"app",
"Diaspora",
"Mentions",
"PosixBracketExpressions"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment