Created
September 20, 2017 09:32
-
-
Save zymr-keshav/009c9d40ee307f8551b791a5568f774e to your computer and use it in GitHub Desktop.
jshintrc custom in sublime-text 3
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
{ | |
"browser": true, | |
"esnext": true, | |
"node": true, | |
"immed": true, | |
"globals" : { | |
"moment": true, | |
"angular": true, | |
"saveAs": true, | |
"require": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment