chore(deps): remove unused @nuxtjs/eslint-module #2816

Merged
argoyle merged 1 commits from remove-eslint-module into main 2026-03-07 11:22:11 +00:00
Owner

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

  • npm install succeeds without errors
  • npm run lint:js passes

🤖 Generated with Claude Code

## 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)
argoyle added 1 commit 2026-03-07 11:18:52 +00:00
chore(deps): remove unused @nuxtjs/eslint-module
dancefinder-app / build (pull_request) Successful in 2m59s
dancefinder-app / deploy-prod (pull_request) Has been skipped
95c9eb7b63
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
argoyle merged commit fad79a9356 into main 2026-03-07 11:22:11 +00:00
argoyle deleted branch remove-eslint-module 2026-03-07 11:22:12 +00:00
Sign in to join this conversation.