Many developers will run code mod like this one: npx @mui/codemod v5.0.0/preset-safe src.
Of course in the src, we will have service/data-interface/bussiness logic or some project will have any folder generated from remote.
So I think we should have an option to ignore it. Maybe It can have code mod run faster.
Duplicates
Latest version
Summary 💡
Many developers will run code mod like this one: npx @mui/codemod v5.0.0/preset-safe src. Of course in the src, we will have service/data-interface/bussiness logic or some project will have any folder generated from remote. So I think we should have an option to ignore it. Maybe It can have code mod run faster.
Examples 🌈
npx @mui/codemod v5.0.0/preset-safe src --ignore=paths
Motivation 🔦
No response