-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
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