From cd7e3022d576eb9834e32e07957d93c780ad7167 Mon Sep 17 00:00:00 2001 From: ZL Asica <40444637+ZL-Asica@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:02:59 -0600 Subject: [PATCH] chore: fix wrong key in vscode setting For eslint version > 9 no need to add .experimental --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 898ec90..68d55ed 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,4 @@ { // Enable ESlint flat config support - "eslint.experimental.useFlatConfig": true + "eslint.useFlatConfig": true }