Skip to content

Commit cae9720

Browse files
committed
Deprecate ESLint integration
1 parent c3a7584 commit cae9720

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/WebpackConfig.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,8 @@ class WebpackConfig {
771771
}
772772

773773
enableEslintPlugin(eslintPluginOptionsOrCallback = () => {}) {
774+
logger.deprecation('The ESLint integration is now deprecated and will be removed in the next major release. Please use the standalone ESLint CLI instead, or use the ESLint Webpack plugin directly.');
775+
774776
this.useEslintPlugin = true;
775777

776778
if (typeof eslintPluginOptionsOrCallback === 'function') {

0 commit comments

Comments
 (0)