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 Mar 25, 2021. It is now read-only.
Thanks for the suggestion @pburkindine! Agreed that this would be useful, but this looks like it's a bit tricky. Since the configuration already allows direct string comparisons with / forward slashes, there would need to be some way to indicate whether a blacklisted string is a regular string or meant to be a regex.
This would be very beneficial when using non-relative path import in the tsconfig.json to disallow imports like app/ or ../../module. Currently I have to replicate the paths in both tsconfig and tslint
Feature request
Is your feature request related to a problem? Please describe.
I would really like to be able to add a regex to the import-blacklist
Describe the solution you'd like
e.g.
The text was updated successfully, but these errors were encountered: