Eslint error, configuration for rule “import/no-cycle“ is invalid

  1. You can refer to stackoverflow.com

    Eslint error, configuration for rule "import/no-cycle" is invalid
  2. What he means is that there is an ∞ symbol that is not supported. The solution is to increase the version of eslint-plugin-import to ^2.22.1 and re-download the dependency package.
  3. like:

Guess you like

Origin blog.csdn.net/weixin_38441229/article/details/132367351