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
Is your suggestion related to an experience ? Please describe. 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
Describe the improvement Replace the deprecated eslint-loader with eslint-webpack-plugin.
Additional context Tried to migrate but there seems to be few issues with the new eslint-webpack-plugin.
lintDirtyModulesOnly
Issues to keep an eye out for:
NOTE: Only do the migration when the plugin is stable.
The text was updated successfully, but these errors were encountered:
Fixed with wso2/identity-apps#1924
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is your suggestion related to an experience ? Please describe.
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 improvement
Replace the deprecated
eslint-loader
witheslint-webpack-plugin
.Additional context
Tried to migrate but there seems to be few issues with the new
eslint-webpack-plugin
.lintDirtyModulesOnly
as suggested but that caused errors to not being recognised.Issues to keep an eye out for:
NOTE: Only do the migration when the plugin is stable.
The text was updated successfully, but these errors were encountered: