meshtastic/biome.json

18 lines
284 B
JSON
Raw Normal View History

2023-11-15 16:36:05 -08:00
{
2024-01-05 16:19:58 -08:00
"$schema": "https://biomejs.dev/schemas/1.4.0/schema.json",
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"all": true
}
}
2023-11-15 16:36:05 -08:00
}