Replies: 1 comment
-
Are you using v1.* or the v2 beta release? Have you checked the docs? What's missing?
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks, thanks for you work on Biome — it's been (mostly) a please to use. There is just one thing that bugs me a bit. Its the
organizeImports
feature.error
.I personally don’t consider unorganized imports to be an error and would prefer my CI pipelines not to fail because of this.
But since I can't lower the severity or disable it selectively, my only option is to turn it off entirely — which means I also lose the ability to use Biome to organize imports.
Would it be possible to make the severity of this behavior configurable, like any other lint rule?
Beta Was this translation helpful? Give feedback.
All reactions