From 62349931c04e663a6331c9d03133f44f5e873700 Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Thu, 14 May 2020 20:31:50 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=92=20remove=20outdated=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e4ba81f2..72446f43 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,9 +1,3 @@ { - "eslint.validate": [ - "javascript", - {"language": "html", "autoFix": true}, - {"language": "vue", "autoFix": true}, - {"language": "typescript", "autoFix": true} - ], "typescript.tsdk": "node_modules/typescript/lib" }