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

[Biome] Make biome only run in projects with an existing biome.json #2984

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

willparsons
Copy link
Contributor

Closes #2980

This PR adjusts the configuration for the biome LSP to only attach if there is an existing biome.json found.

This helps prevent conflicts in ESLint projects since biome would attach and start providing diagnostics and would format files which could conflict with the ESLint/Prettier rules that are defined.

@justinmk justinmk merged commit e2897f2 into neovim:master Jan 29, 2024
9 checks passed
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.

[Biome] Only attach if the folder contains a biome.json
2 participants