💼 This rule is enabled in the 📋 template-lint-migration config.
🔧 This rule is automatically fixable by the --fix CLI option.
The fn helper can be used to bind arguments to another function. Using it without any arguments is redundant because then the inner function could just be used directly.
This rule is looking for fn helper usages that don't provide any additional arguments to the inner function and warns about them.
This rule forbids the following:
This rule allows the following: