getify / eslint-plugin-proper-arrows

ESLint rules to ensure proper arrow function definitions
MIT License
308 stars 14 forks source link

Add rule to forbid "short" unsemantic parameter names #6

Closed getify closed 5 years ago

getify commented 5 years ago

This rule would require parameter names to be of a certain length. It would default to requiring 2+ in length, but configurable to increase the required threshold to 3 or more.

getify commented 5 years ago

This rule is similar to: https://eslint.org/docs/rules/id-length but would be focused only on parameters of arrow functions.