Skip to content

Instantly share code, notes, and snippets.

@DubFriend
Created June 27, 2014 06:50
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 DubFriend/98156ec15486cf376eaf to your computer and use it in GitHub Desktop.
Save DubFriend/98156ec15486cf376eaf to your computer and use it in GitHub Desktop.
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,
"browser": true,
"jquery": true,
"newcap": false,
"predef": ["React"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment