Skip to content

Commit

Permalink
chore: fix husky config
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli committed Apr 8, 2024
1 parent dee6b58 commit 6a47f33
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx --no -- commitlint --edit ${1}
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx lint-staged
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@
"addons": [
"volto-subblocks"
],
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"prettier": {
"trailingComma": "all",
"singleQuote": true,
Expand Down

0 comments on commit 6a47f33

Please sign in to comment.