We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40dcec5 commit 086a40dCopy full SHA for 086a40d
3 files changed
lua/conform/formatters/biome-check.lua
@@ -11,5 +11,7 @@ return {
11
cwd = util.root_file({
12
"biome.json",
13
"biome.jsonc",
14
+ ".biome.json",
15
+ ".biome.jsonc",
16
}),
17
}
lua/conform/formatters/biome-organize-imports.lua
@@ -19,5 +19,7 @@ return {
19
20
21
22
23
24
25
lua/conform/formatters/biome.lua
@@ -25,5 +25,7 @@ return {
26
27
28
29
30
31
0 commit comments