Skip to content

Drop ESLint integration#1309

Merged
Kocal merged 1 commit intosymfony:mainfrom
Kocal:feat/webpack-encore-1282
Aug 30, 2024
Merged

Drop ESLint integration#1309
Kocal merged 1 commit intosymfony:mainfrom
Kocal:feat/webpack-encore-1282

Conversation

@Kocal
Copy link
Copy Markdown
Member

@Kocal Kocal commented Aug 30, 2024

Close #1282, see #1267 (comment) for more information.

Removing Encore.enableEslintPlugin() from user-land. It will ease Encore maintenance a lot!

Users have three options to migrate:

  1. Either re-install eslint-webpack-plugin and add the plugin back through Encore.addPlugin(new EslintPlugin())
  2. Recommended: Either use ESLint in a dedicated task, ex: a git hook pre-commit, a dedicated npm script, a step in their CI, ...
  3. Use alternative (and faster) tools like Biome.js or Oxlint

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

Successfully merging this pull request may close these issues.

Drop ESLint integration

1 participant