We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
eslint-loader
eslint-webpack-plugin
Replace the deprecated eslint-loader with eslint-webpack-plugin.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your proposal related to a problem?
On September 27
eslint-loader
was deprecated in favor ofeslint-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
witheslint-webpack-plugin
.Describe alternatives you've considered
Additional context
eslint-webpack-plugin
: https://github.com/webpack-contrib/eslint-webpack-plugineslint-loader
The text was updated successfully, but these errors were encountered: