Files
webawesome/.vscode/settings.json

10 lines
231 B
JSON
Raw Permalink Normal View History

{
"editor.formatOnSave": true,
2022-03-02 17:20:40 -05:00
"editor.defaultFormatter": "esbenp.prettier-vscode",
2024-12-02 19:57:21 -05:00
"prettier.enable": true,
2022-03-02 17:20:40 -05:00
"editor.codeActionsOnSave": {
2023-12-11 16:01:44 -05:00
"source.fixAll.eslint": "explicit"
2023-08-30 11:35:19 -04:00
},
"debug.enableStatusBarColor": false
}