Skip to content

Instantly share code, notes, and snippets.

@skvggor
Created June 5, 2013 13:03
Show Gist options
  • Save skvggor/5713693 to your computer and use it in GitHub Desktop.
Save skvggor/5713693 to your computer and use it in GitHub Desktop.
jshint directives
COMMAND LINE:
$ jshint --verbose --show-non-errors --config .jshint-globals scripts.js
FILE:
.jshint-globals
{
"browser": true,
"globals": { "jQuery": true }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment