## Summary
- Remove unused `@nuxtjs/eslint-module` dev dependency
- This package depends on `eslint-webpack-plugin` which doesn't support ESLint 10
- The project already uses `@nuxt/eslint` for ESLint integration (not webpack-based)
- This is a prerequisite for the ESLint 10 upgrade (#2774)
## Test plan
- [x] `npm install` succeeds without errors
- [x] `npm run lint:js` passes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
The @nuxtjs/eslint-module package depends on eslint-webpack-plugin which
is incompatible with ESLint 10. Since the project uses @nuxt/eslint for
ESLint integration (not webpack-based), this module is unnecessary.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
argoyle
scheduled this pull request to auto merge when all checks succeed 2026-03-07 11:19:11 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
@nuxtjs/eslint-moduledev dependencyeslint-webpack-pluginwhich doesn't support ESLint 10@nuxt/eslintfor ESLint integration (not webpack-based)Test plan
npm installsucceeds without errorsnpm run lint:jspasses🤖 Generated with Claude Code