facebook / jscodeshift

A JavaScript codemod toolkit.
https://jscodeshift.com
MIT License
9.31k stars 480 forks source link

Replace babel-eslint with @babel/eslint-parser #613

Closed trivikr closed 3 months ago

trivikr commented 3 months ago

Fixes: https://github.com/facebook/jscodeshift/issues/612

Verified that there are no lint errors

$ yarn eslint
yarn run v1.22.22
$ /Users/trivikram/workspace/jscodeshift/node_modules/.bin/eslint
✨  Done in 0.65s.
vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jscodeshift ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 24, 2024 10:40pm
Daniel15 commented 3 months ago

Thanks!