-
-
Notifications
You must be signed in to change notification settings - Fork 14
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 plugin in intellij not respecting settings in biome.json #42
Comments
You have to provide a config path to the plugin or move the configuration file at the root of your project. That's the current constraints we have in the extension. |
Info beside automatic configuration says it will search in file parents directories, not root of a project |
@ematipico same issue after put config file at the root. i have two projects with different config. i config some rules in project A while project B not. |
I am also having an issue in Intellij. I have the following structure in a monorepo:
In the frontend code which is a react application I am getting errors shown inside intellij related to the following rule I have tried everything.
But none of these helped with getting the error removed from the IDE problems tab (also highlighted in code) Versions:
|
I installed pluign in intellij idea:
plugin version: 1.0.0
idea version: 2023.3.6 build IU-233.15026.9
project struct:
| src
| |
| test
|| node_modules
|| package.json
|| biome.json
|| spec
||| some_tests.ts
when i edit some_tests.ts it not read biome.json config, i tried restarting intellij and nothing helps
only switch to manual configuration and specify location for exec in node_modules and config in test dir
running:
npx @biomejs/biome format --write ./specs/some_tests.ts
correctly format, respecting biome.json configuration
The text was updated successfully, but these errors were encountered: