zephyr-frontend/.vscode/settings.json
2021-07-19 23:23:01 +08:00

14 lines
300 B
JSON

{
"cSpell.words": ["Vitesse"],
"prettier.enable": false,
"typescript.tsdk": "node_modules/typescript/lib",
"volar.tsPlugin": true,
"volar.tsPluginStatus": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},
"files.associations": {
"*.css": "postcss",
},
}