Skip to content

Instantly share code, notes, and snippets.

@rustybailey
Last active January 3, 2016 06:39
Show Gist options
  • Save rustybailey/8424351 to your computer and use it in GitHub Desktop.
Save rustybailey/8424351 to your computer and use it in GitHub Desktop.
Personal JSHint configAll available JSHint options: http://www.jshint.com/docs/options/
{
"regexdash": true,
"browser": true,
"trailing": true,
"sub": true,
"curly": true,
"eqeqeq": true,
"indent": 4,
"latedef": "nofunc",
"newcap": true,
"unused": true,
"eqnull": true,
"bitwise": true,
"noarg": true,
"noempty": true,
"nonew": true,
"node": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment