From c06fe4f5011a7d0204fcc1f9f782de14d56e4fbf Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 13 Apr 2023 07:08:39 +0200 Subject: [PATCH] Enhance prettier config --- .prettierrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.prettierrc.json b/.prettierrc.json index 75ddc398..05a122e1 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,6 +1,7 @@ { + "$schema": "https://json.schemastore.org/prettierrc", "printWidth": 100, "singleQuote": true, "trailingComma": "all", - "files": "./src/**/*.{js,vue,json}" + "files": "./src/**/*.{ts,js,vue,json}" }