metacubexd/.vscode/settings.json

12 lines
188 B
JSON
Raw Permalink Normal View History

2023-08-30 23:36:25 +08:00
{
"cSpell.words": ["restruct"],
"eslint.useFlatConfig": true,
2023-08-30 23:36:25 +08:00
"tailwindCSS.classAttributes": [
"class",
"className",
"ngClass",
"classList",
2023-08-30 23:36:25 +08:00
".*ClassName*"
]
2023-08-30 23:36:25 +08:00
}