Files
shoelace/.vscode/settings.json

8 lines
165 B
JSON
Raw Permalink Normal View History

{
"editor.formatOnSave": true,
2022-03-02 17:20:40 -05:00
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
2023-12-13 12:00:23 -05:00
"source.fixAll.eslint": "explicit"
2022-03-02 17:20:40 -05:00
}
}