no-arrowception
ESLint rule preventing arrow functions that implicitly create arrow functions. This rule prevents the pattern () => () => () => ...;
. This rule does not accept any configuration options.
This module has moved and is now available at @hapi/rule-no-arrowception. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
ESLint rule preventing arrow functions that implicitly create arrow functions