Commit f146e6e
committed
chore: migrate biome.json to 2.x schema
Root pins @biomejs/biome@^2.4.15 but biome.json still used the 1.8.3
schema, so biome 2.x refused to parse it (`files.ignore` was renamed to
`files.includes` with negated globs). This broke `code:fix` and the
per-package `lint` scripts entirely.
Migrated via `biome migrate` and adopted biome's recommended folder-ignore
form for nix/store. Faithful config migration only — no rule or behavior
changes, and biome is not run in CI so this has no pipeline impact.1 parent 917b5c0 commit f146e6e
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
0 commit comments