From d5415d6a5cac5d050f12353445cfb8187eee1ad2 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 18 May 2020 15:38:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'settings.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings.json b/settings.json index 59ef3b0..f05c1bd 100644 --- a/settings.json +++ b/settings.json @@ -110,5 +110,7 @@ "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, + "eslint.format.enable": true, + "eslint.validate": ["javascript", "vue", "html"], }