✅ The extends: 'recommended'
property in a configuration file enables this rule.
It is easy to introduce typos when typing out ...attributes
or to use e.g.
...arguments
instead. Unfortunately, that leads to a cryptic runtime error,
but does not fail the build.
This rule warns you when you use an attribute starting with ...
that is not
...attributes
.
This rule forbids the following:
This rule allows the following: