eslint-rules icon indicating copy to clipboard operation
eslint-rules copied to clipboard

[Feature request] Ignore certain PropertyDefinition names with potential-point-free

Open Samuel-Therrien-Beslogic opened this issue 3 years ago • 0 comments

See example below. This Angular hooks should not be point-free. I would like an option to be able to configure this rule to ignore the following PropertyDefinition: intercept, ngOnChanges, ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy, ... image