From 9997f69c1bb4bb701b296dff0dbb297ff3d09e21 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Thu, 22 Jul 2021 15:44:53 +0800 Subject: [PATCH] chore: prettier less --- .prettierrc.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.prettierrc.json b/.prettierrc.json index 7eceb49e..1b51297f 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -15,6 +15,12 @@ "options": { "parser": "typescript" } + }, + { + "files": "*.less", + "options": { + "parser": "less" + } } ] }