bcherny/tslint-no-circular-imports

Ignoring interfaces?

Open

#19 opened on Aug 4, 2018

View on GitHub
 (2 comments) (5 reactions) (0 assignees)TypeScript (11 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (90 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Yo! This is a great plugin - helps me avoid some hard-to-track bugs!

Is there any way we could have an option to ignore interfaces / types? Circular references between interfaces do not cause runtime issues and my project has a few that are hard to get rid of!

Contributor guide