Skip to content
New issue

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

[Bug] ESLint Loader is deprecated: ESLint Webpack Plugin should be the alternative #1021

Closed
tropicalraisel opened this issue Aug 18, 2021 · 1 comment

Comments

@tropicalraisel
Copy link

I've changed out .enableEslintLoader({ ... }) to the following:

.addPlugin(new ESLintPlugin({
      files: 'assets/javascripts/',
      fix: true,
      threads: true
    }))

but just a heads-up that it should be switched out, and probably renamed to .enableEslintPlugin.

@tropicalraisel tropicalraisel changed the title ESLint Loader is deprecated: ESLint Webpack Plugin should be the alternative [Bug] ESLint Loader is deprecated: ESLint Webpack Plugin should be the alternative Aug 18, 2021
@tropicalraisel
Copy link
Author

Addressed by Pull Request #985

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant