mirror of
https://github.com/meshtastic/web.git
synced 2025-12-24 00:00:01 -05:00
11 lines
219 B
JSON
11 lines
219 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.biome": "explicit"
|
|
},
|
|
"search.exclude": {
|
|
"**/i18n/locales/*-*/**": true
|
|
},
|
|
"vitest.workspaceConfig": "vitest.config.ts"
|
|
}
|