Rule: contextual-decorator
Ensures that classes use contextual decorators in its body.
Rationale
Some decorators should only be used in certain class types. For example, the decorator @Input() should not be used in a class decorated with @Injectable().
Notes:
TS Only
Config
Not configurable.
Examples
Schema
null