E

e18e/@e18e/parseint

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

parseint Codemod

Introduction

This codemod replaces instances of the parseint function with the built-in parseInt function. This transformation helps to standardize the usage of JavaScript's built-in features, reducing unnecessary custom definitions and improving code clarity.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.