diff --git a/lib/WebpackConfig.js b/lib/WebpackConfig.js index f7797271..3744913f 100644 --- a/lib/WebpackConfig.js +++ b/lib/WebpackConfig.js @@ -771,6 +771,8 @@ class WebpackConfig { } enableEslintPlugin(eslintPluginOptionsOrCallback = () => {}) { + 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.'); + this.useEslintPlugin = true; if (typeof eslintPluginOptionsOrCallback === 'function') {