payment-impo/settings.json

7 lines
170 B
JSON
Raw Normal View History

2024-03-16 12:54:14 +00:00
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}