From 0351b4940658734260446a1f421a3a03b2127dd9 Mon Sep 17 00:00:00 2001 From: Deokumarjnu Date: Fri, 18 Dec 2020 09:11:49 +0530 Subject: [PATCH] vs code setting updates --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 099c4e498..7e478b754 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,8 @@ "javascript.format.insertSpaceBeforeFunctionParenthesis": false, "files.associations": { "*.css": "scss" + }, + "editor.codeActionsOnSave": { + "source.fixAll.eslint": true } }