prettier-config/.vscode/settings.json

10 lines
164 B
JSON
Raw Normal View History

2022-08-26 16:23:55 +02:00
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"files.exclude": {
"node_modules": true,
"yarn.lock": true
}
}