mirror of
https://github.com/vercel/commerce.git
synced 2025-07-04 20:21:21 +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",
|
"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