Skip to content

Instantly share code, notes, and snippets.

@hvmonteiro
Last active March 1, 2018 12:44
Show Gist options
  • Save hvmonteiro/e22f63beef8267a9a60e2523ec404cf5 to your computer and use it in GitHub Desktop.
Save hvmonteiro/e22f63beef8267a9a60e2523ec404cf5 to your computer and use it in GitHub Desktop.
Custom JSHint options (file: ~/.jshintrc)
{
"nocomma": false,
"esversion": 6,
"globals": [ {
"require": true,
"__dirname": true,
"process": true,
"module": true,
"console":, true
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment