Skip to content

Instantly share code, notes, and snippets.

@henkman
Created May 4, 2018 12:45
Show Gist options
  • Select an option

  • Save henkman/da4f544941997bd0b25118c8cb1b57e1 to your computer and use it in GitHub Desktop.

Select an option

Save henkman/da4f544941997bd0b25118c8cb1b57e1 to your computer and use it in GitHub Desktop.
jshint.cmd -c .jshintrc asd.js
{
"curly": true,
"esversion": 6,
"maxdepth": 6,
"unused": true,
"undef": true,
"browser": true,
"jquery": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment