Skip to content

Instantly share code, notes, and snippets.

@manjeshpv
Created June 10, 2017 09:27
Show Gist options
  • Save manjeshpv/6e5d86dbb011ed778a8ccc10000aa51b to your computer and use it in GitHub Desktop.
Save manjeshpv/6e5d86dbb011ed778a8ccc10000aa51b to your computer and use it in GitHub Desktop.
{
"name": "api",
"version": "0.0.1",
"main": "server/app.js",
"dependencies": {
},
"devDependencies": {
"precommit-hook": "^3.0.0"
},
"scripts": {
"sonarlint": "<your sonar command>"
},
"pre-commit": [
"sonarlint"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment