buster/packages/sandbox/biome.json

8 lines
162 B
JSON
Raw Permalink Normal View History

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