@vue/cli-plugin-eslint needs to update eslint-loader[deprecated] to eslint-webpack-plugin #5926
Labels
intend to implement
The team has the intention to implement this feature at some point. Contribution is also welcome.
scope: eslint
Version
4.5.6
Environment info
Steps to reproduce
install cli-plugin-eslint
run npm audit
What is expected?
You will get a warning:
npm WARN [email protected] requires a peer of eslint@>=1.6.0 <7.0.0 but none is installed. You must install peer dependencies yourself.
What is actually happening?
Package is deprecated it can be verified at https://www.npmjs.com/package/eslint-loader
Update eslint-loader which is depricated to eslint-webpack-plugin
see: https://www.npmjs.com/package/eslint-loader
The text was updated successfully, but these errors were encountered: