bcherny / tslint-no-circular-imports

TSLint plugin to detect and warn about circular imports
MIT License
86 stars 12 forks source link

Converted to walk function instead of a RuleWalker #22

Closed JoshuaKGoldberg closed 6 years ago

JoshuaKGoldberg commented 6 years ago

Fixes #21

bcherny commented 6 years ago

Thanks @JoshuaKGoldberg!