Rule: prefer-output-readonly
Prefer to declare @Output
as readonly since they are not supposed to be reassigned.
Notes:
TS Only
Config
Not configurable.
Examples
Schema
null
Prefer to declare @Output
as readonly since they are not supposed to be reassigned.
Not configurable.
null