mirror of
https://github.com/resend/react-email.git
synced 2026-09-14 14:18:02 +08:00
8 lines
164 B
JSON
8 lines
164 B
JSON
{
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports.biome": "explicit"
|
|
}
|
|
}
|