Give control over diagnostics order output with json reporter ? #4436
seedydocloop
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running biome linter on a big company project with lots of warnings that I'm unlikely to fix.
I'd like a simple way for the json reporter to output high priority errors last in my console, so that I fix them first.
I currently rely on
--diagnostic-level=error
to fix diagnostics I want to prioritize, but it doesn't really answer my need.Would it be possible to have control over the order of the diagnostics output ?
Being able to display errors in the end rather that in the beginning of my reporter output would do the trick for me.
Here's my current full command :
Beta Was this translation helpful? Give feedback.
All reactions