Replies: 1 comment
-
Duplicate of #187 |
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
-
I often want to disable a rule for multiple successive lines or even whole files.
Currently I have to do it like this:
Which gets really annoying for larger pieces of code. I therefore propose to have a way to disable/enable it for a section:
Putting biome-ignore-disable on the top of the file, would disable that rule for the whole file.
Eslint supports this as well: https://stackoverflow.com/a/56714489
Beta Was this translation helpful? Give feedback.
All reactions