FUJI/.vscode/settings.json
2024-06-05 22:17:15 +08:00

13 lines
255 B
JSON

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