Closed getify closed 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.
This rule is similar to: https://eslint.org/docs/rules/id-length but would be focused only on parameters of arrow functions.
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.