Skip to content

Instantly share code, notes, and snippets.

@fafaradesigns
Created November 19, 2014 09:44
Show Gist options
  • Save fafaradesigns/0f02aca062c20585c900 to your computer and use it in GitHub Desktop.
Save fafaradesigns/0f02aca062c20585c900 to your computer and use it in GitHub Desktop.
SCRIPT:.jshintrc File
{
"bitwise": true,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"newcap": true,
"esnext": true,
"camelcase": true,
"latedef": true,
"noarg": true,
"node": true,
"undef": true,
"browser": true,
"trailing": true,
"jquery": true,
"curly": true,
"supernew": true,
"globals": {
"Backbone": true,
"_": true,
"jQuery": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment