FR: contextual-interface #826
rafaelss95
started this conversation in
New Rule Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we have a rule to check if a lifecycle is in the correct context:
contextual-lifecycle
But in reality, there are many other interfaces that I would like to see being checked. Here is the complete list that I managed to put together:
That being said, I'd like to propose a rule to enforce all these interfaces (and probably replace the
contextual-lifecycle
).Note that this rule could also accept an optional configuration to let people creation its custom configuration. An example could be like this:
Note that this config shouldn't replace the default, but merge.
Beta Was this translation helpful? Give feedback.
All reactions