From 0a2ccd44f49ca56e74c179e5b5f32d423bee94b4 Mon Sep 17 00:00:00 2001 From: Soybean Date: Wed, 31 May 2023 01:18:29 +0800 Subject: [PATCH] chore(projects): update prettier write files --- .vscode/extensions.json | 2 +- src/scripts/format.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index a0bc1d9..fafbf27 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -3,7 +3,6 @@ "afzalsayed96.icones", "antfu.iconify", "antfu.unocss", - "chakrounanas.turbo-console-log", "christian-kohler.path-intellisense", "dbaeumer.vscode-eslint", "eamodio.gitlens", @@ -21,6 +20,7 @@ "sdras.vue-vscode-snippets", "vue.volar", "vue.vscode-typescript-vue-plugin", + "whtouche.vscode-js-console-utils", "zhuangtongfa.material-theme" ] } diff --git a/src/scripts/format.ts b/src/scripts/format.ts index b3e307d..a61152b 100644 --- a/src/scripts/format.ts +++ b/src/scripts/format.ts @@ -14,6 +14,7 @@ export function prettierFormat() { '!package-lock.json', '!pnpm-lock.yaml', '!yarn.lock', + '!.github', '!__snapshots__' ];