From e1fddda8da1264bdcf5b4b53cd3f5617023f8a83 Mon Sep 17 00:00:00 2001 From: ovnrain Date: Tue, 27 Feb 2024 13:33:21 +0800 Subject: [PATCH] update prettier config --- .prettierrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.prettierrc b/.prettierrc index ac22d08..c31a2e0 100644 --- a/.prettierrc +++ b/.prettierrc @@ -9,6 +9,12 @@ "options": { "printWidth": 150 } + }, + { + "files": "*.md", + "options": { + "trailingComma": "none" + } } ] }