Skip to content

Commit 58bd4da

Browse files
authored
fix: biome config extension missing (#393)
Signed-off-by: andrea11 <[email protected]>
1 parent 6b9214f commit 58bd4da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/formatter-biome.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ includes = [
1818
"*.jsonc",
1919
"*.css",
2020
]
21-
options = ["check", "--write", "--no-errors-on-unmatched", "--config-path", "config"]
21+
options = ["check", "--write", "--no-errors-on-unmatched", "--config-path", "config.json"]

programs/biome.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ in
109109
};
110110

111111
validatedConfig =
112-
p.runCommand "validated-biome-config"
112+
p.runCommand "validated-biome-config.json"
113113
{
114114
buildInputs = [
115115
p.check-jsonschema

0 commit comments

Comments
 (0)