Skip to content

Instantly share code, notes, and snippets.

@DubFriend
DubFriend / .jshintrc
Created June 27, 2014 06:50
my .jshintrc file (put at root of project)
{
// http://www.jshint.com/docs/options/
"curly": true,
"immed": true,
"latedef": true,
"unused": true,
"trailing": true,
"boss": true,
"loopfunc": true,
"node": true,