Rules to disallow use of certain Array methods
npm install eslint-plugin-array-methodseslint rules that allow you to forbid usage of any of the Array methods.
The recommended configuration forbids methods added to JavaScript recently (> ~2020ish).
Inspiration taken from the more specialized eslint-plugin-no-array-reduce.