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.
This is a suggestion for a command line flag that will list all currently configured rules. Note that this is different from #2444 which proposes to list all available rules.
My reasoning behind this is that tslint can extend several levels deep and can extend from multiple sources. There can also be some conflict, intentional or not, in rules specified from multiple sources. It would be useful to have a command that lists all rules configured for the current project as well as their source and whether they are overridden.
This is a suggestion for a command line flag that will list all currently configured rules. Note that this is different from #2444 which proposes to list all available rules.
My reasoning behind this is that
tslint
can extend several levels deep and can extend from multiple sources. There can also be some conflict, intentional or not, in rules specified from multiple sources. It would be useful to have a command that lists all rules configured for the current project as well as their source and whether they are overridden.For example (red rules overridden):
The text was updated successfully, but these errors were encountered: