fix: add --write args on pre-commit prettier (#8560)

This commit is contained in:
Hyejin Yoon 2023-08-04 07:47:00 +09:00 committed by GitHub
parent a44550070e
commit de9f49a042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,3 +22,5 @@ repos:
rev: "v3.0.0-alpha.6" # Use the sha or tag you want to point at
hooks:
- id: prettier
args:
- --write