Description
When we create an application using vp create vite or vp create next-app for example, they will come with eslint instead of oxlint. This is a problem on monorepos created by vite+ which already come with oxlint on their root.
Running pnpx @oxlint/migrate is not enough to migrate them completely
Suggested solution
since those templates are pretty much static I believe the vp create should do the migration automatically.
Alternative
No response
Additional context
No response
Validations
Description
When we create an application using
vp create viteorvp create next-appfor example, they will come with eslint instead of oxlint. This is a problem on monorepos created by vite+ which already come with oxlint on their root.Running
pnpx @oxlint/migrateis not enough to migrate them completelySuggested solution
since those templates are pretty much static I believe the
vp createshould do the migration automatically.Alternative
No response
Additional context
No response
Validations