-
Hello, Many thanks to all those involved in this great tool. I am interested to use the new import plugin's no-cycle rule as it is about a billion times faster than the eslint equivalent. I saw #2905 has landed so we can ignore type imports from the cycle, but I can't figure out how to pass this setting from the CLI or an eslint config file. Is it possible to do so? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
spmiller
May 2, 2024
Replies: 1 comment
-
I figured it out. My eslint config file had some config that oxlint wasn't happy with. Once I reduced it to:
it all worked fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
spmiller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figured it out. My eslint config file had some config that oxlint wasn't happy with. Once I reduced it to:
it all worked fine.