Skip to content

Instantly share code, notes, and snippets.

@Agnostic
Created November 4, 2014 19: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 Agnostic/88c599b046770b641b06 to your computer and use it in GitHub Desktop.
Save Agnostic/88c599b046770b641b06 to your computer and use it in GitHub Desktop.
.jshintrc sublime
{
// Details: https://github.com/victorporof/Sublime-JSHint#using-your-own-jshintrc-options
// Example: https://github.com/jshint/jshint/blob/master/examples/.jshintrc
// Documentation: http://www.jshint.com/docs/options/
"browser": true,
"esnext": true,
"globals": {
"$": true,
"_": true,
"angular": true,
"alert": true
},
"globalstrict": true,
"quotmark": true,
"undef": true,
"unused": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment