-
-
Notifications
You must be signed in to change notification settings - Fork 828
Closed
Labels
A-CoreArea: coreArea: coreS-Help-wantedStatus: you're familiar with the code base and want to help the projectStatus: you're familiar with the code base and want to help the project
Milestone
Description
Description
At the moment, Biome supports biome.json and biome.jsonc. It resolves these files from the current working directory. If it can't find any, it traverses the parent directories upwards, always looking for those two files.
This issue is to add support for
Hidden files
Support for .biome.json and .biome.jsonc.
The priority should be as follow:
biome.jsonbiome.jsonc.biome.json.biome.jsonc
More known locations
Other than the current project, and the parent directories, we want to add support for discovering the configuration files from the following directories:
$XDG_CONFIG_HOME/biome/~/.config/biome/~/Library/Application Support/biome/(macOS),%APPDATA%\biome\(Windows)/etc/biome/(Linux)
The priority should be as follow:
- current project
- parent directories
$XDG_CONFIG_HOME/biome/~/.config/biome/- OS folders
arendjr
Metadata
Metadata
Assignees
Labels
A-CoreArea: coreArea: coreS-Help-wantedStatus: you're familiar with the code base and want to help the projectStatus: you're familiar with the code base and want to help the project