Skip to content

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

@tropicalraisel

Description

@tropicalraisel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions