zephyr-frontend/.vscode/settings.json
2021-10-02 07:28:25 +08:00

12 lines
241 B
JSON

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