mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
14 lines
300 B
JSON
14 lines
300 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"astro",
|
|
"typescript",
|
|
"typescriptreact"
|
|
],
|
|
"prettier.documentSelectors": ["**/*.astro"],
|
|
"[astro]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
}
|
|
} |