We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2d27e commit 0ac765bCopy full SHA for 0ac765b
lib/WebpackConfig.js
@@ -805,6 +805,8 @@ class WebpackConfig {
805
}
806
807
enableEslintLoader(eslintLoaderOptionsOrCallback = () => {}, eslintOptions = {}) {
808
+ logger.deprecation('Encore.enableEslintLoader() is deprecated, please use Encore.enableEslintPlugin() instead.');
809
+
810
if (this.useEslintPlugin) {
811
throw new Error('Encore.enableEslintLoader() can not be called when Encore.enableEslintPlugin() has been called.');
812
0 commit comments