Replies: 1 comment
-
|
Could overrides perhaps help? https://biomejs.dev/reference/configuration/#overrides |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are looking for the equivalent of https://eslint.org/blog/2025/04/introducing-bulk-suppressions to be able to incrementally adopt lint rules incrementally.
Something like
pnpm biome lint --suppress lint/style/useTemplate .works but it leads to a lot of git diffs since it puts inline comments into all files with violations. I don't see an advantage over just fixing violations, as it still means the PR reviewers have to go through a lot of files.Ideally there would be a
biome-suppressions.jsonfile that gets written into instead of adding comments to source code, leading to just one file change instead of many.Beta Was this translation helpful? Give feedback.
All reactions