TristonJ / eslint-plugin-prefer-arrow

ESLint plugin to prefer arrow functions
MIT License
55 stars 10 forks source link

Can we ignore non-arrow function for static method? #39

Open ylc395 opened 4 months ago

ylc395 commented 4 months ago

static methods are not class properties, so classPropertiesAllowed: true shouldn't affect them