包详细信息

no-arrowception

continuationlabs51.3kMIT不推荐使用1.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

自述文件

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.