From 9a1965279df1848618c714b5735879a4623b88f2 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 22 Oct 2023 20:25:06 +0300 Subject: [PATCH] .pre-commit-config.yaml: exclude json from prettier --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b063b1..b6c033c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -69,6 +69,7 @@ repos: rev: "v3.0.3" hooks: - id: prettier + exclude_types: [json] additional_dependencies: [ # https://www.npmjs.com/package/prettier "prettier@3.0.3",