It would be incredibly helpful if form tokens were able to read commitlint rules and enforce them.
Some examples of integration are:
- Using
type-enum or scope-enum to populate enum tokens.
- Using
max-length or max-line-length to prevent typing more content.
- Using other rules to invalidate the form and prevent it from being submitted.
It would be incredibly helpful if form tokens were able to read commitlint rules and enforce them.
Some examples of integration are:
type-enumorscope-enumto populate enum tokens.max-lengthormax-line-lengthto prevent typing more content.