Detalhes do pacote

no-arrowception

continuationlabs18.2kMITdepreciado1.0.0

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

eslint, rule, arrow, function

readme (leia-me)

no-arrowception

Current Version Build Status via Travis CI Dependencies

ESLint rule preventing arrow functions that implicitly create arrow functions. This rule prevents the pattern () => () => () => ...;. This rule does not accept any configuration options.