Last active
March 1, 2018 12:44
-
-
Save hvmonteiro/e22f63beef8267a9a60e2523ec404cf5 to your computer and use it in GitHub Desktop.
Custom JSHint options (file: ~/.jshintrc)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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