Closed
Description
Is your proposal related to a problem?
On September 27 eslint-loader
was deprecated in favor of eslint-webpack-plugin
(see https://github.com/webpack-contrib/eslint-loader).
Some advantages over eslint-loader
include the reuse of the ESLint cache and improved lint performance (see https://github.com/webpack-contrib/eslint-webpack-plugin#about-plugin).
Describe the solution you'd like
Replace the deprecated eslint-loader
with eslint-webpack-plugin
.
Describe alternatives you've considered
Additional context
eslint-webpack-plugin
: https://github.com/webpack-contrib/eslint-webpack-plugin- comparison with
eslint-loader
- migration help
- usage notes
- comparison with