Skip to content

Instantly share code, notes, and snippets.

@zymr-keshav
Created September 20, 2017 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zymr-keshav/009c9d40ee307f8551b791a5568f774e to your computer and use it in GitHub Desktop.
Save zymr-keshav/009c9d40ee307f8551b791a5568f774e to your computer and use it in GitHub Desktop.
jshintrc custom in sublime-text 3
{
"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