Commit ee13304
committed
fix: disable Biome in CodeRabbit and remove broken biome.jsonc
The biome.jsonc added in 3edf777 used `files.ignore`, which doesn't
exist in Biome 2.x. Biome 2.x uses negated patterns in `files.includes`
instead, so CodeRabbit's Biome 2.5.1 silently ignored the config.
Since this repo has no standard JS files (only Claude Code skill scripts
with non-standard syntax like top-level returns), disable Biome entirely
in CodeRabbit rather than fixing the config.
Assisted-by: Claude:claude-opus-4-61 parent ff1f0ee commit ee13304
2 files changed
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
This file was deleted.
0 commit comments