shoelace/.vscode/settings.json

8 wiersze
160 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-09 14:39:47 +00:00
"source.fixAll.eslint": false
2022-03-02 22:20:40 +00:00
}
}