Rule: no-output-on-prefix

Name events without the prefix on.

See more at https://angular.io/guide/styleguide#dont-prefix-output-properties.

Rationale

Angular allows for an alternative syntax on-*. If the event itself was prefixed with on this would result in an on-onEvent binding expression.

Notes:
TS Only

Config

Not configurable.

Examples
Schema
null