Skip to content

Commit

Permalink
build: use simple-git-hooks instead of husky
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 13, 2021
1 parent 4a6e04f commit 3e4c2c3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@commitlint/config-conventional": "latest",
"finepack": "latest",
"git-authors-cli": "latest",
"husky": "~5.2.0",
"lerna": "latest",
"lint-staged": "latest",
"npm-check-updates": "latest",
"prettier-standard": "latest",
"simple-git-hooks": "latest",
"standard-markdown": "latest",
"standard-version": "latest"
},
Expand Down Expand Up @@ -67,11 +67,15 @@
"package.json": [
"finepack"
],
"*.js": [
"*.js,!*.min.js,": [
"prettier-standard"
],
"*.md": [
"standard-markdown"
]
},
"simple-git-hooks": {
"commit-msg": "npx commitlint --edit",
"pre-commit": "npx lint-staged"
}
}

0 comments on commit 3e4c2c3

Please sign in to comment.