ESLint rule preventing arrow functions that implicitly create arrow functions
$ cnpm install 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.
Copyright 2013 - present © cnpmjs.org | Home |