buster/packages/server-utils/biome.json

8 lines
162 B
JSON
Raw Normal View History

2025-08-05 08:04:32 +08:00
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"extends": ["../../biome.json"],
"files": {
"include": ["src/**/*", "scripts/**/*"]
}
}