Created
June 10, 2017 09:27
-
-
Save manjeshpv/6e5d86dbb011ed778a8ccc10000aa51b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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