Skip to content

Instantly share code, notes, and snippets.

@luk-
Forked from rvagg/.jshintrc
Created January 4, 2013 02:38
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 luk-/4449456 to your computer and use it in GitHub Desktop.
Save luk-/4449456 to your computer and use it in GitHub Desktop.
{
"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