mirror of
https://github.com/vercel/commerce.git
synced 2025-07-03 19:51:22 +00:00
🔧 config: revert husky in package.json
:%s
This commit is contained in:
parent
9255a6179b
commit
61836e2b60
@ -74,7 +74,11 @@
|
||||
"prettier": "^2.3.0",
|
||||
"typescript": "4.3.4"
|
||||
},
|
||||
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*.{js,jsx,ts,tsx}": [
|
||||
"prettier --write",
|
||||
|
Loading…
x
Reference in New Issue
Block a user