meshtastic/biome.json

27 lines
447 B
JSON
Raw Normal View History

2023-11-15 16:36:05 -08:00
{
2024-01-08 07:17:34 -08:00
"$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"
},
2024-01-05 16:19:58 -08:00
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
},
"linter": {
"enabled": true,
"rules": {
"all": true
}
}
2023-11-15 16:36:05 -08:00
}