@hapi/rule-no-arrowception

v1.1.1
ESLint rule preventing arrow functions that implicitly create arrow functions
eslint hapi arrow function

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.

npm i @hapi/[email protected]

Metadata

Downloads

Maintainers