Files
BewlyBewly/.vscode/settings.json
2023-01-29 02:15:30 +08:00

16 lines
325 B
JSON

{
"cSpell.words": ["Vitesse"],
"typescript.tsdk": "node_modules/typescript/lib",
"vite.autoStart": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"files.associations": {
"*.css": "postcss"
},
"i18n-ally.localesPaths": [
"src/_locales"
],
"i18n-ally.keystyle": "nested"
}