From 8904e2eafb4d7e778b42bd39ef9fa6e36d9ae58d Mon Sep 17 00:00:00 2001 From: Misha Kaletsky Date: Tue, 30 Jan 2024 09:22:04 -0500 Subject: [PATCH] settings --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b0697ad..98fc710 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,6 +18,6 @@ "eslint.nodePath": "tools/rig/node_modules", "eslint.debug": false, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, }