An ESLint plugin providing extra rules developed from code review insights to automate common issues. Current version 1.0.5, last published in 2021. It offers 12 rules, including no-void-map, no-c-like-loops, prefer-includes, no-then, no-window, and others. It differs from other plugins by focusing on practical rules derived from real code review scenarios. Compatible with ESLint versions 3 through 8, with peer dependency on eslint. Not actively maintained — latest commit years ago.
npm install eslint-plugin-moreVerified import paths — ran on the pinned version, not inferred.
Enable all plugin rules in ESLint configuration with severity 'error'.
Use 'more/no-void-map' instead of 'no-void-map'.
Check ESLint built-in rules; prefer native equivalents.
Consider migrating to actively maintained alternatives.
npm install eslint-plugin-more --save-dev
Use 'more/no-void-map' in rules.
No dependency data recorded yet.