Skip to content

Instantly share code, notes, and snippets.

@ahomu
Created June 7, 2013 10:14
Show Gist options
  • Save ahomu/5728342 to your computer and use it in GitHub Desktop.
Save ahomu/5728342 to your computer and use it in GitHub Desktop.
.jshintrct
{
"globals": {
"Backbone": true,
"_": true,
"$": true,
"jQuery": true,
"Zepto": true
},
"maxlen": 100,
"quotmark": "single",
"maxparams": 3,
"maxdepth": 3,
"bitwise": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"undef": true,
"strict": true,
"trailing": true,
"browser": true,
"devel": true,
"jquery": true,
"node": true,
"globalstrict": true,
"es5": true,
"eqnull": true,
"expr" : true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment