I want to allow this abbr elementRef: ElementRef
as it a well known term in Angular
replacements:[
// those don't work
elementRef: false,
ElementRef: false,
Ref: false,
// only this works
ref: false
]
I want to allow ref
inside elementRef
only
also, mixed-case should be respected, thus Ref
should only match Ref
and elementRef
but not ref
elementRef
in the configuration above doesn't match itself, but in docs:
Camelcase replacements will only match complete identifiers. For example errCb will only match errCb and ErrCb. It will not match fooErrCb or errCbFoo.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too