meshtastic/biome.json
Sacha Weatherstone 2107e5b32a
fix biome package
2024-01-06 10:19:58 +10:00

18 lines
284 B
JSON

{
"$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
}
}
}