From c3c5a3c0dc4960a012d753b1f363658967ec0f5a Mon Sep 17 00:00:00 2001 From: Nicola Spadari Date: Thu, 2 Jan 2025 22:06:14 +0100 Subject: [PATCH] Use official eslint flat config for vscode --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index adefd5e..88b4e8b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { // Enable the ESlint flat config support - "eslint.experimental.useFlatConfig": true, + "eslint.useFlatConfig": true, // Use eslint as default formatter "editor.formatOnSave": false,