molindo / eslint-config-molindo

ESLint config that implements the Molindo styleguide and helps to catch errors.
MIT License
1 stars 2 forks source link

Add `import/no-cycle` #57

Open amannn opened 3 years ago

amannn commented 3 years ago

https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-cycle.md

amannn commented 2 years ago

The rule is apparently quite computationally expensive and I'm a bit hesitant to add it, since bundlers have some support for circular imports. I'd wait if we run into this problem again before enabling this.