metacubexd/.vscode/settings.json

12 lines
201 B
JSON
Raw Permalink Normal View History

2023-08-30 23:36:25 +08:00
{
2024-04-16 17:34:29 +08:00
"eslint.experimental.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*"
2024-04-16 17:34:29 +08:00
],
"cSpell.words": ["restruct"]
2023-08-30 23:36:25 +08:00
}