Skip to content

Instantly share code, notes, and snippets.

@tomgco
Created June 14, 2012 12:24
Show Gist options
  • Save tomgco/2929983 to your computer and use it in GitHub Desktop.
Save tomgco/2929983 to your computer and use it in GitHub Desktop.
{ "jshint_options":
{ "browser": true
, "curly": true
, "devel": true
, "eqeqeq": true
, "eqnull": true
, "es5": false
, "evil": false
, "immed": false
, "jquery": true
, "latedef": false
, "laxcomma": true
, "newcap": true
, "node": true
, "noempty": true
, "nonew": true
, "predef":
[ "after"
, "afterEach"
, "before"
, "beforeEach"
, "db"
, "describe"
, "Ext"
, "io"
, "it"
, "should"
, "unescape"
, "unescape"
, "_"
]
, "smarttabs": true
, "trailing": false
, "undef": true
, "strict": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment