eslint-plugin-clean-codestyle

1.1.0 • Public • Published

eslint-plugin-clean-codestyle

Installation

yarn add eslint-plugin-clean-codestyle -D

Rules

Rule name Description Recommended
no-accessor-recursion Forbids recursion in accessors ✔️
no-foreach-push Enforce using Array.prototype.map instead of Array.prototype.forEach and Array.prototype.push. ✔️
no-map-without-usage Prevents Array.prototype.map from being called and the results not used. ✔️

Dependencies (0)

    Dev Dependencies (17)

    Package Sidebar

    Install

    npm i eslint-plugin-clean-codestyle

    Weekly Downloads

    368

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    8.32 kB

    Total Files

    10

    Last publish

    Collaborators

    • jsaguet