Skip to content

How to use ignoreTypes with importPlugin #2945

Closed Answered by spmiller
spmiller asked this question in Q&A
Discussion options

You must be logged in to vote

I figured it out. My eslint config file had some config that oxlint wasn't happy with. Once I reduced it to:

{
  "rules": {
    "import/no-cycle": [
      2,
      {
        "ignoreTypes": true
      }
    ]
  }
}

it all worked fine.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by spmiller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant