1.1.0 • Published 4 years ago

eslint-plugin-clean-codestyle v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

eslint-plugin-clean-codestyle

Installation

yarn add eslint-plugin-clean-codestyle -D

Rules

Rule nameDescriptionRecommended
no-accessor-recursionForbids recursion in accessors:heavy_check_mark:
no-foreach-pushEnforce using Array.prototype.map instead of Array.prototype.forEach and Array.prototype.push.:heavy_check_mark:
no-map-without-usagePrevents Array.prototype.map from being called and the results not used.:heavy_check_mark: