eslint-plugin-prefer-arrow-functions icon indicating copy to clipboard operation
eslint-plugin-prefer-arrow-functions copied to clipboard

Warn constructor of class when classPropertiesAllowed is true

Open dryrainbow opened this issue 1 year ago • 0 comments

Description

Constructor of class cannot be an arrow function, so, I think we need ignore it. I use Typescript 5+ and eslint 8+

dryrainbow avatar Feb 12 '24 08:02 dryrainbow