diff --git a/.prettierrc b/.prettierrc index 57c9959..eee0e47 100644 --- a/.prettierrc +++ b/.prettierrc @@ -8,7 +8,11 @@ "semi": true, "overrides": [ { - "files": ["devcontainer.json", "**/tsconfig.json", "**/tsconfig.*.json"], + "files": [ + "**/devcontainer.json", + "**/tsconfig.json", + "**/tsconfig.*.json" + ], "options": { "parser": "json" }