N

nodejs/fs-access-mode-constants

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

fs.F_OK, fs.R_OK, fs.W_OK, fs.X_OK DEP0176

Handle DEP0176 via transforming imports of fs.F_OK, fs.R_OK, fs.W_OK, fs.X_OK from the root fs module to fs.constants.

See DEP0176

Example

Before:

js

After:

js

Ready to contribute?

Build your own codemod and share it with the community.