If I use @eslint-react/eslint-plugin in a project with ESLint, and I want to migrate it as a JS plugin so that missing oxlint rules are still run through ESLint, then after the migration, when I run oxlint, I get the error:
Failed to build configuration from /Users/rakleed/Developer/eslint-react-oxc-migration/.oxlintrc.json.
× Failed to load JS plugin: @eslint-react/eslint-plugin-web-api
│ Cannot find module '@eslint-react/eslint-plugin-web-api'
See https://github.com/rakleed/eslint-react-oxc-migration for reproduction example.