From 4c8c757669042d71df8d5ac7abde6e2323099139 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Fri, 17 Jun 2022 20:04:37 -0400 Subject: disable eslint actions on save --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode') diff --git a/.vscode/settings.json b/.vscode/settings.json index d2bbf71..7e7917f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -19,7 +19,7 @@ }, "editor.codeActionsOnSave": { "source.organizeImports": true, - "source.fixAll.eslint": true, + // "source.fixAll.eslint": true, "source.format": true }, "diffEditor.wordWrap": "on", -- cgit