{"library":"eslint-plugin-no-array-reduce","type":"library","category":null,"description":"ESLint plugin that bans the usage of Array.prototype.reduce() in favor of more readable array methods like map, filter, and group. Version 1.0.62 (latest), maintained with regular updates. It provides a single rule that flags all reduce() calls, with an option to allow reduce() via eslint-disable comments. Differentiator: enforces a stylistic preference against reduce() with no configuration needed, unlike general-purpose ESLint rules that require custom configuration.","language":"javascript","status":"active","version":"1.0.62","tags":["javascript","typescript","eslint","eslint-plugin","eslint-rules","reduce"],"last_verified":"Wed May 27","install":[{"cmd":"npm install eslint-plugin-no-array-reduce","imports":["// In .eslintrc: { \"plugins\": [\"no-array-reduce\"] }","// In .eslintrc: { \"extends\": [\"plugin:no-array-reduce/recommended\"] }","// In .eslintrc: { \"rules\": { \"no-array-reduce/no-reduce\": \"error\" } }"]},{"cmd":"yarn add eslint-plugin-no-array-reduce","imports":[]},{"cmd":"pnpm add eslint-plugin-no-array-reduce","imports":[]}],"homepage":null,"github":"https://github.com/mkosir/eslint-plugin-no-array-reduce","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/eslint-plugin-no-array-reduce","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/eslint-plugin-no-array-reduce/compatibility"}}