From 79b9c73e0717c244391ab1e15c6f6da9975f2610 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 12 十一月 2024 15:58:30 +0800 Subject: [PATCH] 打包bug --- .prettierrc.cjs | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/.prettierrc.cjs b/.prettierrc.cjs index 61d2d92..2e04c1a 100644 --- a/.prettierrc.cjs +++ b/.prettierrc.cjs @@ -42,5 +42,13 @@ // 鐒惰�屽湪 Linux 鍜� Unix 涓彧浣跨敤绠�鍗曠殑鎹㈣鍒嗛殧绗� (LF)銆� // 瀵瑰簲鐨勬帶鍒跺瓧绗︿负 "\n" (LF) 鍜� "\r\n"(CRLF)銆俛uto鎰忎负淇濇寔鐜版湁鐨勮灏� // 鎹㈣绗︿娇鐢� lf 缁撳熬鏄� 鍙�夊��"<auto|lf|crlf|cr>" - endOfLine: 'auto' + endOfLine: 'auto', + overrides: [ + { + "files": "*.html", + "options": { + "parser": "html" + } + } + ] }; -- Gitblit v1.8.0