💼 This rule is enabled in the following configs: ✅ recommended, strict-gjs, strict-gts.
Require simple modifier syntax.
The modifier helper should have a simple string or path expression as its first argument (the modifier name). Complex expressions should not be used as the first argument.
This rule forbids the following:
This rule allows the following:
Using complex expressions as the modifier name reduces readability and makes it harder to understand which modifier is being applied.