mirror of
https://github.com/vercel/commerce.git
synced 2025-07-04 12:11:22 +00:00
🔧 config: remove husky precommit hook to use default git hook commit msg
:%s
This commit is contained in:
parent
649c32c9bf
commit
a52711d58a
@ -74,11 +74,6 @@
|
|||||||
"prettier": "^2.3.0",
|
"prettier": "^2.3.0",
|
||||||
"typescript": "4.3.4"
|
"typescript": "4.3.4"
|
||||||
},
|
},
|
||||||
"husky": {
|
|
||||||
"hooks": {
|
|
||||||
"pre-commit": "lint-staged"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"**/*.{js,jsx,ts,tsx}": [
|
"**/*.{js,jsx,ts,tsx}": [
|
||||||
"prettier --write",
|
"prettier --write",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user