💼 This rule is enabled in the 📋 template-lint-migration config.
🔧 This rule is automatically fixable by the --fix CLI option.
The builtin components LinkTo, Input, Textarea has list of allowed arguments, and some argument names may be mistyped, this rule trying to highlight possible typos, checking for unknown arguments, also, some components has conflicted and required arguments, rule addressing this behavior.
This rule warns about unknown, required and conflicted arguments for LinkTo, Input, Textarea components.
This rule forbids the following:
This rule allows the following:
- Check references section to get allowed arguments list.
- If argument represents html attribute, remove
@from name.