79632601

Date: 2025-05-21 18:58:05
Score: 1
Natty:
Report link

I've experienced a lot of pain with this so I built an eslint plugin ontop of eslint-plugin-import.

The purpose is to help developers clean up their imports and ensure their circular dependencies are real and not just from index <-> index shenanigans.

It still allows you to use index.ts structure for clean imports from external modules.

Perhaps it is useful for you

https://www.npmjs.com/package/eslint-plugin-guardrails

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: pacifica94