Skip to content

Instantly share code, notes, and snippets.

@jdcantrell
Created April 10, 2012 22:55
Show Gist options
  • Save jdcantrell/2355325 to your computer and use it in GitHub Desktop.
Save jdcantrell/2355325 to your computer and use it in GitHub Desktop.
JSHint settings
{
"browser": true,
"jquery": true,
"indent": 2,
"white": true,
"curly": true,
"forin": true,
"noarg": true,
"immed": true,
"newcap": true,
"noempty": true,
"trailing": false,
"predef": [
"trulia",
"$LAB",
"_",
"site_root",
"_release_version_tab"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment