azon_seeker/.vscode/settings.json
2025-04-12 17:26:36 +08:00

13 lines
269 B
JSON

{
"cSpell.words": ["Vitesse"],
"typescript.tsdk": "node_modules/typescript/lib",
"vite.autoStart": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"files.associations": {
"*.css": "postcss"
},
"prettier.tabWidth": 2
}