Skip to content

Commit 7c73286

Browse files
committed
chore(package.json): remove format from hooks
1 parent 7b8357d commit 7c73286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
],
4949
"husky": {
5050
"hooks": {
51-
"pre-commit": "yarn lint && yarn format",
51+
"pre-commit": "yarn lint",
5252
"pre-push": "yarn test"
5353
}
5454
},

0 commit comments

Comments
 (0)