buster/apps/momentic/biome.json

8 lines
164 B
JSON
Raw Normal View History

2025-09-18 03:28:19 +08:00
{
2025-09-24 11:30:12 +08:00
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
"extends": ["../../biome2.json"],
2025-09-18 03:28:19 +08:00
"files": {
2025-09-24 11:30:12 +08:00
"includes": ["src/**/*", "scripts/**/*"]
2025-09-18 03:28:19 +08:00
}
}