E

e18e/@e18e/array-every

How to Use
Run this codemod on your codebase using one of the following commands

The easiest way to run this codemod without installing anything globally:

Documentation

Array Every Codemod

Introduction

This codemod transforms usages of the custom array-every method into the built-in Array.prototype.every method. This change reduces dependency on unnecessary custom utilities by leveraging native JavaScript functionality, leading to cleaner code and potentially better performance.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.