From 2c56aac4cd1f0273926528ada567c394fa5fb635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Fr=C3=B6hlich?= Date: Sun, 26 Jan 2025 02:38:15 +0100 Subject: [PATCH] chore: remove deprecated useFlatConfig flag --- .vscode/settings.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1c3bff3..daa30bf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,8 +7,6 @@ "editor.quickSuggestions": { "strings": true }, - // Enable the ESlint flat config support - "eslint.experimental.useFlatConfig": true, // Disable the default formatter, use eslint instead "prettier.enable": false,