From b6feac69081d8fff7dba51557b2d1d1c68a1b3c2 Mon Sep 17 00:00:00 2001 From: StarHeartHunt Date: Tue, 5 Dec 2023 08:50:59 +0800 Subject: [PATCH] :arrow_down: set prettier to v3 to avoid prettier/prettier#15742 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9f235af..d868886 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: stages: [commit] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.3 + rev: v3.0.3 hooks: - id: prettier types_or: [javascript, jsx, ts, tsx, markdown, yaml, json]