meshtastic/biome.json
Sacha Weatherstone cf159b9de5
merge fix
2023-11-16 10:36:05 +10:00

19 lines
261 B
JSON

{
"$schema": "https://biomejs.dev/schemas/1.3.3/schema.json",
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"all": true
}
}
}