Skip to content

Instantly share code, notes, and snippets.

@claudioc
Created July 31, 2014 20:30
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 claudioc/4e6c49be11080ebf9888 to your computer and use it in GitHub Desktop.
Save claudioc/4e6c49be11080ebf9888 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,
"jquery": true,
"node": true,
"esnext": false,
"globals": {},
"laxcomma": true,
"globalstrict": false,
"quotmark": "double",
"curly": true,
"indent": 2,
"undef": true,
"unused": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment