From 0ca7b41aa8152269763c4bc8557a564af355446d Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 15 Nov 2023 12:09:31 -0500 Subject: [PATCH] Updates for latest vscode settings changes --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5a74880..4367562 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,8 +1,7 @@ { "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, - "eslint.packageManager": "yarn", "files.associations": { ".eslintrc*.json": "jsonc" },