FUJI/.vscode/settings.json
2025-05-23 23:18:03 +08:00

17 lines
315 B
JSON

{
"eslint.validate": [
"javascript",
"javascriptreact",
"astro", // Enable .astro
"typescript", // Enable .ts
"typescriptreact" // Enable .tsx
],
"eslint.experimental.useFlatConfig": true,
"cSpell.words": [
"ical",
"Logto",
"qrcode",
"Subcomponents",
"vevent"
],
}