meshtastic/biome.json
Sacha Weatherstone 8ebfe40d1c
bump deps
2024-01-09 01:17:34 +10:00

27 lines
447 B
JSON

{
"$schema": "https://biomejs.dev/schemas/1.5.0/schema.json",
"organizeImports": {
"enabled": true
},
"files": {
"ignoreUnknown": true
},
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true,
"defaultBranch": "master"
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
},
"linter": {
"enabled": true,
"rules": {
"all": true
}
}
}