Skip to content

Instantly share code, notes, and snippets.

@llaumgui
Created September 3, 2014 11:31
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 llaumgui/a4f6e7d929fa314f3d8c to your computer and use it in GitHub Desktop.
Save llaumgui/a4f6e7d929fa314f3d8c to your computer and use it in GitHub Desktop.
My JSHint configuration file (.jshintrc).
{
"bitwise": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 4,
"latedef": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"nonew": true,
"quotmark": "double",
"strict": true,
"trailing": true,
"undef": true,
"unused": true,
"boss": true,
"eqnull": true,
"expr": true,
"browser": true,
"jquery": true,
"node": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment