From f743da2d3b41fd350a880e00799a1cfc4ac6d675 Mon Sep 17 00:00:00 2001 From: DexterDude Date: Sat, 30 Mar 2024 04:02:38 -0400 Subject: [PATCH] no clue why the hell vsc keeps trying to change this fuck off --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c7b218b775..201562aaf7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,7 +9,7 @@ "**/.pnp.*": true }, "editor.codeActionsOnSave": { - "source.fixAll.eslint": "explicit" + "source.fixAll.eslint": true }, "files.eol": "\n", "files.insertFinalNewline": true,