Skip to content

Instantly share code, notes, and snippets.

@luizfilipe
Last active July 21, 2016 15:10
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 luizfilipe/b4775f2c841b9ea37b90 to your computer and use it in GitHub Desktop.
Save luizfilipe/b4775f2c841b9ea37b90 to your computer and use it in GitHub Desktop.
.jshintrc file to nodejs
{
"camelcase": true,
"eqeqeq": true,
"esnext": true,
"eqnull": true,
"indent": 2,
"latedef": true,
"newcap": true,
"node": true,
"quotmark": "single",
"strict": true,
"undef": true,
"unused": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment