buster/packages/search/biome.json

8 lines
162 B
JSON
Raw Permalink Normal View History

2025-09-02 21:50:43 +08:00
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"extends": ["../../biome.json"],
"files": {
"include": ["src/**/*", "scripts/**/*"]
}
2025-09-03 00:00:59 +08:00
}