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
Currently, every exception for the id-length rule must be passed explicitly as a string. My proposal would be to allow exceptions based on their kind, not only the literal value.
As mentioned in #40, one possible improvement to the rule configuration would be to allow all type parameters to be excluded from checking. It seems like intrinsic elements would be a welcome addition, given the amount of HTML tags otherwise provided manually.
An example configuration object might look like this:
Currently, every exception for the
id-length
rule must be passed explicitly as a string. My proposal would be to allow exceptions based on their kind, not only the literal value.As mentioned in #40, one possible improvement to the rule configuration would be to allow all type parameters to be excluded from checking. It seems like intrinsic elements would be a welcome addition, given the amount of HTML tags otherwise provided manually.
An example configuration object might look like this:
The text was updated successfully, but these errors were encountered: