buster/apps/cli/biome.json

15 lines
261 B
JSON
Raw Normal View History

{
2025-10-09 23:36:12 +08:00
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
"extends": ["../../biome2.json"],
2025-09-06 01:29:29 +08:00
"files": {
2025-10-09 23:36:12 +08:00
"includes": ["src/**/*", "scripts/**/*"]
},
"linter": {
"rules": {
"suspicious": {
"noConsole": "off"
}
}
}
}