Skip to content

Biome settings file doesn't seem to work #108

@coolemur

Description

@coolemur

In zed settings.json I have:

{
	"lsp": {
		"biome": {
			"settings": {
				"config_path": "./biome.json"
			}
		}
	}
}

In biome.json:

{
	"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",

	"linter": {
		"enabled": true,
		"rules": {
			"recommended": true,
			"complexity": {
				"noBannedTypes": "warn",
				"noForEach": "warn"
			}
		}
	}
}

Rules doesn't seem to work, it still shows as errors instead of warnings.

(I have no biome config in project, so I expect this global config to work when I set it in config_path)


Zed: v0.187.9 (Zed)
OS: macOS 15.3.2
Memory: 16 GiB
Architecture: aarch64

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