## Summary
- Remove unused `eslint-plugin-nuxt` dev dependency
- This is a Nuxt 2-era plugin not referenced in any ESLint config
- The project already uses `@nuxt/eslint` as the modern replacement
## Test plan
- [ ] Verify `npm run lint` still works
- [ ] Verify `npm run build` still works
🤖 Generated with [Claude Code](https://claude.com/claude-code)
The eslint-plugin-nuxt package is a Nuxt 2-era plugin that was not
referenced in any ESLint config. The project already uses @nuxt/eslint
which is the modern replacement.
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 10:18:06 +00:00
argoyle
merged commit 561bacab7b into main2026-03-07 10:20:17 +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
eslint-plugin-nuxtdev dependency@nuxt/eslintas the modern replacementTest plan
npm run lintstill worksnpm run buildstill works🤖 Generated with Claude Code