Skip to content

Instantly share code, notes, and snippets.

@n1k0
Created June 19, 2012 07:47
Show Gist options
  • Save n1k0/2952860 to your computer and use it in GitHub Desktop.
Save n1k0/2952860 to your computer and use it in GitHub Desktop.
JSHint settings for SublimeLinter
{
"jshint_options":
{
"browser": true,
"eqeqeq": true,
"evil": true,
"regexdash": true,
"strict": true,
"sub": true,
"trailing": true
"undef": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment