Rule: no-attribute-decorator

Disallow usage of @Attribute decorator.

Rationale

@Attribute is considered bad practice. Use @Input instead.

Notes:
TS Only

Config

Not configurable.

Examples
Schema
null