Skip to content

Commit

Permalink
chore: vscode setting eslint useFlatConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Oct 11, 2024
1 parent 9916d14 commit 8252d04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"eslint.experimental.useFlatConfig": true,
"cSpell.words": ["restruct"],
"eslint.useFlatConfig": true,
"tailwindCSS.classAttributes": [
"class",
"className",
"ngClass",
"classList",
".*ClassName*"
],
"cSpell.words": ["restruct"]
]
}

0 comments on commit 8252d04

Please sign in to comment.