eslint-rules
eslint-rules copied to clipboard
[Feature request] Ignore certain PropertyDefinition names with potential-point-free
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, ...
