TristonJ / eslint-plugin-prefer-arrow

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

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

Open ylc395 opened 1 month ago

ylc395 commented 1 month ago

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