Skip to content

Instantly share code, notes, and snippets.

@eduardolundgren
Created September 18, 2013 15:01
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 eduardolundgren/6610449 to your computer and use it in GitHub Desktop.
Save eduardolundgren/6610449 to your computer and use it in GitHub Desktop.
.jshintrc
{
"bitwise": true,
"browser": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"evil": true,
"expr": true,
"immed": true,
"latedef": true,
"laxbreak": true,
"newcap": true,
"noarg": true,
"node": true,
"onevar": false,
"passfail": false,
"quotmark": "single",
"regexdash": true,
"sloppy": true,
"smarttabs": true,
"sub": true,
"trailing": true,
"undef": true,
"unused": true,
"vars": true,
"wsh": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment