diff --git a/.prettierrc b/.prettierrc index e09edeb..3e1581c 100644 --- a/.prettierrc +++ b/.prettierrc @@ -3,5 +3,14 @@ "trailingComma": "all", "tabWidth": 2, "semi": true, - "singleQuote": true + "singleQuote": true, + "overrides": [ + { + "__comment__": "This should be removed if this is fixed: https://github.com/prettier/prettier/pull/15927", + "files": "tsconfig.json", + "options": { + "parser": "json" + } + } + ] }