Commit 70e6d9d
committed
fix(lint): exclude test fixtures from Biome linting
Update biome.json to use `!**/test/fixtures` pattern instead of
`!test/**/fixtures` to properly exclude all test fixture directories
from linting. This prevents lint errors on third-party test fixtures.1 parent c8c33a7 commit 70e6d9d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments