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
If I have the component-selector-prefix rule configured such that the prefix is set to "app" then the rule still allows me to use "apps-my-component" as selector.
I think it would be better if the component-selector-prefix rule would match the first word of the selector against the configured prefix. The scanning algorithm to find the first word should depend on the configured value for the "component-selector-name" rule.
Alternatively, a new rule called component-selector-first-word rule should be introduced that implements the described behavior.
The text was updated successfully, but these errors were encountered:
If I have the component-selector-prefix rule configured such that the prefix is set to "app" then the rule still allows me to use "apps-my-component" as selector.
I think it would be better if the component-selector-prefix rule would match the first word of the selector against the configured prefix. The scanning algorithm to find the first word should depend on the configured value for the "component-selector-name" rule.
Alternatively, a new rule called component-selector-first-word rule should be introduced that implements the described behavior.
The text was updated successfully, but these errors were encountered: