From 52f325ef345535a1410cbb5f2160b2fa78762246 Mon Sep 17 00:00:00 2001 From: HiDeoo <494699+HiDeoo@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:41:39 +0200 Subject: [PATCH] chore: update `.vscode/settings.json` --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a64edaa..e4a6ee6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { - "eslint.experimental.useFlatConfig": true, + "eslint.useFlatConfig": true, "eslint.validate": [ "javascript", "javascriptreact",