Files
myprojplanet_vite/.vscode/settings.json

14 lines
359 B
JSON
Raw Normal View History

2021-09-16 21:08:02 +02:00
{
2025-03-01 14:14:43 +01:00
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": [],
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"vue"
],
2025-03-01 14:14:43 +01:00
"typescript.tsdk": "node_modules/typescript/lib"
}