Files
BewlyBewly/.vscode/settings.json
2024-01-07 16:42:25 +08:00

17 lines
376 B
JSON

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