Replies: 1 comment
-
Fall-through is pretty rare, I think it is ok to require a long comment. |
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
-
In Eslint no-fallthrough rule does not trigger if case body includes
// falls through
or similar comment and I really would like Biome would do that too as// biome-ignore lint/suspicious/noFallthroughSwitchClause: falls through
is quite long comment to allow fall through case and less readable than first one.Here's example of disabling rule in Eslint Playground and Biome Playground for comparison.
Beta Was this translation helpful? Give feedback.
All reactions