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

fix(migrate-eslint): load non-conventional shared config name #4538

Merged

Conversation

Conaclos
Copy link
Member

@Conaclos Conaclos commented Nov 14, 2024

Fix #4528

ESLint recommends that a package that exports a shared configuration be prefixed with eslint-config- or simply named eslint-config.
This is only a recommendation.
Packages that export shared configurations can have arbitrary names.
Biome is now able to load any package.

@github-actions github-actions bot added A-CLI Area: CLI A-Changelog Area: changelog labels Nov 14, 2024
@Conaclos Conaclos force-pushed the conaclos/migarte-eslint-load-non-conventional-config-names branch from bd20b89 to 429a06a Compare November 14, 2024 14:21
@Conaclos Conaclos force-pushed the conaclos/migarte-eslint-load-non-conventional-config-names branch 2 times, most recently from 0172cb6 to 9a0590d Compare November 14, 2024 21:41
@Conaclos Conaclos merged commit 42da14f into main Nov 14, 2024
10 checks passed
@Conaclos Conaclos deleted the conaclos/migarte-eslint-load-non-conventional-config-names branch November 14, 2024 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Changelog Area: changelog A-CLI Area: CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Unable to migrate ESLint configuration that extends @vercel/style-guide/eslint to Biome
1 participant