Add a mechanism for marking a rule as an extension rule #1446
Labels
documentation
Documentation ("docs") that needs adding/updating
has pr
there is a PR raised to close this
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
We have a number of rules which extend eslint functionality.
Currently, the only place that we list these extension rules is here.
This is easy to forget about, and it is hard to expose to users.
We should do the following things:
requiresTypeChecking?: boolean
flag to the rulemeta
, we should add a new flag, saybaseRuleExtension?: boolean
.The text was updated successfully, but these errors were encountered: