mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
12 lines
201 B
JSON
12 lines
201 B
JSON
{
|
|
"eslint.experimental.useFlatConfig": true,
|
|
"tailwindCSS.classAttributes": [
|
|
"class",
|
|
"className",
|
|
"ngClass",
|
|
"classList",
|
|
".*ClassName*"
|
|
],
|
|
"cSpell.words": ["restruct"]
|
|
}
|