From 6285ca2235410aafcc060dbb2551a876515e6980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 28 Aug 2024 22:22:07 +0200 Subject: [PATCH] chore: update .vscode --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 918751b3..7819b9fa 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,4 @@ { - "eslint.experimental.useFlatConfig": true, + "eslint.useFlatConfig": true, "prettier.enable": false }