Commit 2937b7e
committed
chore: drop a no-op biome suppression that blocks lint:check
shell-layout.test.ts carries a 'biome-ignore lint:' comment that suppresses
nothing, which biome reports as suppressions/unused. It is identical on
staging, so lint:check fails there too; removing it unblocks CI. Verified
the suppression was masking no real violation and the test still passes.1 parent be4908e commit 2937b7e
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments