Skip to content

Instantly share code, notes, and snippets.

@tashbenbetov
Last active November 20, 2018 09:03
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 tashbenbetov/d1a7b7a19ecb3d9cf74a2efd0aee646b to your computer and use it in GitHub Desktop.
Save tashbenbetov/d1a7b7a19ecb3d9cf74a2efd0aee646b to your computer and use it in GitHub Desktop.
medium-embed-package-json-example
{
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS -g './config/git/commitlint.js'"
}
},
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"husky": "^1.1.3",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment