From 0ce13fc459b93012d2adaf48957d4fa7e8e8a5ba Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Fri, 5 Jul 2024 16:22:10 -0500 Subject: [PATCH] fix bad config [skip ci] --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index cb0db8f..54d8f7c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,5 @@ "**/.yarn": true, "**/.pnp.*": true }, - "eslint.nodePath": ".yarn/sdks", "eslint.useFlatConfig": true }