1.1.2 • Published 6 years ago

@hapi/rule-no-arrowception v1.1.2

Weekly downloads
5,846
License
BSD-3-Clause
Repository
github
Last release
6 years ago

rule-no-arrowception

Build Status

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.

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago