Skip to content

Commit 75d86c2

Browse files
committed
fix husky in package.json
1 parent 8590727 commit 75d86c2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
"prettier": "3.5.3",
1919
"prettier-plugin-apex": "2.2.5"
2020
},
21-
"husky": {
22-
"hooks": {
23-
"pre-commit": "lint-staged"
24-
}
25-
},
2621
"lint-staged": {
2722
"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}": [
2823
"prettier --write"

0 commit comments

Comments
 (0)