vitesse/.vscode/settings.json

16 lines
376 B
JSON

{
"cSpell.words": ["Vitesse"],
"i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": "locales",
"i18n-ally.sortKeys": true,
"prettier.enable": false,
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},
"files.associations": {
"*.css": "postcss",
},
"editor.formatOnSave": false,
}