From 8252d049852e1311bf0a97218762085d0e201b40 Mon Sep 17 00:00:00 2001 From: kunish Date: Fri, 11 Oct 2024 23:34:49 +0800 Subject: [PATCH] chore: vscode setting eslint useFlatConfig --- .vscode/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5c09f64..5323af6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,11 @@ { - "eslint.experimental.useFlatConfig": true, + "cSpell.words": ["restruct"], + "eslint.useFlatConfig": true, "tailwindCSS.classAttributes": [ "class", "className", "ngClass", "classList", ".*ClassName*" - ], - "cSpell.words": ["restruct"] + ] }