meshtastic/biome.json

28 lines
473 B
JSON
Raw Permalink 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": {
2024-02-08 13:23:54 -08:00
"ignoreUnknown": true,
"ignore": ["*.json"]
2024-01-08 07:17:34 -08:00
},
"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
}