rule-no-arrowception
ESLint rule preventing arrow functions that implicitly return arrow functions. Functions can still be returned by arrow functions whose bodies use curly braces and an explicit return. This rule prevents the pattern () => () => () => ...;
. This rule does not accept any configuration options.