shoelace/.vscode/settings.json

8 wiersze
159 B
JSON
Czysty Zwykły widok Historia

{
"editor.formatOnSave": true,
2022-03-02 22:20:40 +00:00
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
2023-01-13 20:43:55 +00:00
"source.fixAll.eslint": true
2022-03-02 22:20:40 +00:00
}
}