Skip to content

Instantly share code, notes, and snippets.

@jameswomack
Created May 14, 2014 00:08
Show Gist options
  • Save jameswomack/57ab70c0211901c561e5 to your computer and use it in GitHub Desktop.
Save jameswomack/57ab70c0211901c561e5 to your computer and use it in GitHub Desktop.
Post-npm-install jshint
{
"name": "jshint_post-install",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "curl -o .jshintrc https://raw2.github.com/airbnb/javascript/master/linters/jshintrc"
},
"author": "Sony",
"license": "Copyright 2014 Sony Electronics",
"dependencies": {
"merge": "~1.1.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment