elk/.vscode/settings.json

11 lines
187 B
JSON
Raw Normal View History

2022-11-13 06:34:43 +01:00
{
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"files.associations": {
"*.css": "postcss"
},
"editor.formatOnSave": false
}