From 5b21921a2178815fa8c40a6813d540f70e63de17 Mon Sep 17 00:00:00 2001 From: xuan Date: Mon, 5 Dec 2022 17:32:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore(settings):=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9settings.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2e4517d..a0b07a8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,17 @@ { "editor.defaultFormatter": "dbaeumer.vscode-eslint", + "eslint.validate": [ + "javascript", + "typescript", + "javascriptreact", + "typescriptreact", + "vue", + "html", + "markdown", + "json", + "jsonc", + "json5" + ], // Set the default "editor.formatOnSave": true, // Enable per-language