nuxt-modules / eslint

ESLint module for Nuxt.js
MIT License
160 stars 15 forks source link

missing peer dependency `webpack` #56

Closed mainrs closed 2 years ago

mainrs commented 3 years ago

When using yarn v2, I get the following warning:

$ yarn
➤ YN0002: │ @nuxtjs/eslint-module@npm:3.0.2 [5f9c1] doesn't provide webpack (pee6d5), requested by eslint-webpack-plugin

Getting more information on the hash:

$ yarn explain peer-requirements pee6d5
➤ YN0000: @nuxtjs/eslint-module@npm:3.0.2 [5f9c1] doesn't provide webpack, breaking the following requirements:
➤ YN0000: eslint-webpack-plugin@npm:2.5.0 [f03db] → ^4.0.0 || ^5.0.0 ✘

It's a small change so I've created a PR for it :)