From d917b3f00c55c386f6ca8a20c446f20d9ba2a963 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Sat, 10 May 2025 17:15:42 +0800 Subject: [PATCH] chore: ignore json and yaml in prettier check --- .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 d1caf2b6..68e11c6e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: rev: v3.1.0 hooks: - id: prettier - types_or: [javascript, jsx, ts, tsx, json, css, scss, yaml] + types_or: [javascript, jsx, ts, tsx, css, scss] additional_dependencies: - prettier@3.1.0