no-arrowception
Version:
ESLint rule preventing arrow functions that implicitly create arrow functions
8 lines (5 loc) • 571 B
Markdown
# no-arrowception
[](https://www.npmjs.org/package/no-arrowception)
[](https://travis-ci.org/continuationlabs/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.