shellphone.app/.vscode/settings.json

8 lines
153 B
JSON
Raw Normal View History

2021-07-31 14:33:18 +00:00
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}