mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
19 lines
261 B
JSON
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
|
|
|
|
}
|
|
}
|
|
}
|