From c22acab21e1c66bd65f54f63049f529155639d74 Mon Sep 17 00:00:00 2001 From: Scott <2660603+ShoGinn@users.noreply.github.com> Date: Sun, 28 Apr 2024 16:41:34 -0400 Subject: [PATCH] chore: enable eslint flatConfig for vscode Experimental Feature currently.. --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f8324c6..ee40024 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,5 +16,6 @@ }, "yaml.schemas": { "./.vscode/astrowind/config-schema.json": "/src/config.yaml" - } + }, + "eslint.experimental.useFlatConfig": true }