nebula/.vscode/settings.json

8 lines
165 B
JSON
Raw Permalink Normal View History

2024-07-17 15:23:16 -04:00
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
}