Skip to content

Instantly share code, notes, and snippets.

@grasGendarme
Last active December 17, 2015 19:08
Show Gist options
  • Save grasGendarme/5657700 to your computer and use it in GitHub Desktop.
Save grasGendarme/5657700 to your computer and use it in GitHub Desktop.
A .jshintrc for node.js
{
"node": true,
"boss": false,
"newcap": false,
"undef": true,
"unused": true,
"onecase": true,
"indent": 2,
"noempty": true,
"quotmark": "single"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment