Skip to content

Instantly share code, notes, and snippets.

@michel-zimmer
Created September 27, 2014 01:36
Show Gist options
  • Save michel-zimmer/82bd65bb5f79aab9002c to your computer and use it in GitHub Desktop.
Save michel-zimmer/82bd65bb5f79aab9002c to your computer and use it in GitHub Desktop.
.jshintrc for Node.js
{
"camelcase": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"nonew": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"node": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment