old-portfolio-site/.vscode/settings.json

11 lines
272 B
JSON
Raw Permalink Normal View History

2023-11-01 23:36:58 +00:00
{
2024-04-28 11:44:18 +00:00
"editor.formatOnSave": true,
"files.eol": "\n",
"typescript.tsdk": "node_modules\\typescript\\lib",
"css.lint.unknownAtRules": "ignore",
"svelte.plugin.css.diagnostics.enable": false,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
2024-02-13 15:42:36 +00:00
}