Skip to content

Instantly share code, notes, and snippets.

@rvagg
Created January 4, 2013 02:35
Show Gist options
  • Save rvagg/4449445 to your computer and use it in GitHub Desktop.
Save rvagg/4449445 to your computer and use it in GitHub Desktop.
My .jshintrc as of January 2013
{
"predef": [ "assert", "refute", "define" ]
, "boss": true
, "bitwise": true
, "shadow": true
, "trailing": true
, "immed": true
, "latedef": true
, "forin": false
, "curly": false
, "debug": true
, "devel": false
, "evil": true
, "regexp": false
, "undef": true
, "sub": true
, "white": false
, "trailing": true
, "asi": true
, "laxbreak": true
, "eqnull": true
, "browser": true
, "node": true
, "laxcomma": true
, "proto": true
, "expr": true
, "es5": true
, "esnext": true
, "strict": false
, "onevar": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment