mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-14 18:35:34 +08:00
chore: vscode setting eslint useFlatConfig
This commit is contained in:
parent
9916d14adb
commit
8252d04985
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -1,11 +1,11 @@
|
||||
{
|
||||
"eslint.experimental.useFlatConfig": true,
|
||||
"cSpell.words": ["restruct"],
|
||||
"eslint.useFlatConfig": true,
|
||||
"tailwindCSS.classAttributes": [
|
||||
"class",
|
||||
"className",
|
||||
"ngClass",
|
||||
"classList",
|
||||
".*ClassName*"
|
||||
],
|
||||
"cSpell.words": ["restruct"]
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user