From e300ed5ec242b5e4f3253ef26e0f59ade6ca1c19 Mon Sep 17 00:00:00 2001 From: kamiazya Date: Mon, 5 Feb 2024 22:28:57 +0900 Subject: [PATCH] Update editor.codeActionsOnSave value in settings.json --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a5e2ede3..01a0b6d0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,7 @@ "editor.formatOnPaste": false, "editor.formatOnType": false, "editor.codeActionsOnSave": { - "source.fixAll.tslint": true + "source.fixAll.tslint": "explicit" }, "typescript.tsdk": "node_modules/typescript/lib" }