From 517a9db4d71a54d7d36713c14989057fdb10d9c5 Mon Sep 17 00:00:00 2001 From: AzideCupric Date: Mon, 29 Jan 2024 11:00:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E6=9B=B4=E6=96=B0=20prettier=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=20(#457)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierrc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index 03175e1..eee0e47 100644 --- a/.prettierrc +++ b/.prettierrc @@ -5,5 +5,17 @@ "arrowParens": "always", "singleQuote": false, "trailingComma": "es5", - "semi": true + "semi": true, + "overrides": [ + { + "files": [ + "**/devcontainer.json", + "**/tsconfig.json", + "**/tsconfig.*.json" + ], + "options": { + "parser": "json" + } + } + ] }