Skip to content

Instantly share code, notes, and snippets.

@ivanoats
Created February 12, 2014 01:31
Show Gist options
  • Save ivanoats/8948271 to your computer and use it in GitHub Desktop.
Save ivanoats/8948271 to your computer and use it in GitHub Desktop.
{
// 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/
"browser": true,
"esnext": true,
"globals": {},
"globalstrict": true,
"quotmark": true,
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true,
"indent": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment