You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
I love this rule. It looks like it addresses a lot of the issues I have been looking to resolve but can't with the normal rules. It also looks like others in the community could make use of it. [1] [2]
Have you thought of submitting it to the tslint project as a base rule?
looking to resolve but can't with the normal rules
All the rules that implement needed interface are normal rules, including no-import-zones 😄
Have you thought of submitting it to the tslint project as a base rule?
I've not.
I just have looked into the tslint's production/runtime dependencies and located minimatch module in the list. But no-import-zones rule goes with micromatch and I'm not going to replace it with minimatch, see why.
So I doubt tslint team will be happy adding a new micromatch dependency just because some custom rule made it its runtime dependency. But still, I will consider PR-ing no-import-zones rule to the tslint project.
I love this rule. It looks like it addresses a lot of the issues I have been looking to resolve but can't with the normal rules. It also looks like others in the community could make use of it. [1] [2]
Have you thought of submitting it to the tslint project as a base rule?
1: microsoft/tslint-microsoft-contrib#435
2: https://github.com/smikula/good-fences
The text was updated successfully, but these errors were encountered: