You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Maybe there is a need for a new configuration of this rule, like check-parameter-property, because I'm not sure that it make sense to have it under check-accessor.
The text was updated successfully, but these errors were encountered:
cyrilgandon
changed the title
member-access rule should trigger with readonly autoproperty
member-access rule should trigger with readonly parameter property
Oct 16, 2017
Bug Report
TypeScript code being linted
with
tslint.json
configuration:Actual behavior
No Error
Expected behavior
It should trigger the
member-access
rule:The same code, written differently, triggers the error:
Maybe there is a need for a new configuration of this rule, like
check-parameter-property
, because I'm not sure that it make sense to have it undercheck-accessor
.The text was updated successfully, but these errors were encountered: