Skip to content

Instantly share code, notes, and snippets.

@daviddias
Created April 19, 2015 20:36
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 daviddias/ea6636bea3eb54e40939 to your computer and use it in GitHub Desktop.
Save daviddias/ea6636bea3eb54e40939 to your computer and use it in GitHub Desktop.
{
"scripts": {
"lint": "jshint .",
"requiresafe": "./node_modules/.bin/requiresafe check"
},
"pre-commit": ["requiresafe"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment