Files
Landing-Page/.vscode/settings.json
Akilan Selvacoumar ba5d6d24ef Initial commit
2023-02-12 22:29:37 +00:00

18 lines
398 B
JSON

{
"css.customData": ["./vscode.tailwind.json"],
"eslint.validate": [
"javascript",
"javascriptreact",
"astro", // Enable .astro
"typescript", // Enable .ts
"typescriptreact" // Enable .tsx
],
"files.associations": {
"*.mdx": "markdown"
},
"prettier.documentSelectors": ["**/*.astro"],
"[astro]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}