[shared] Replace Prettier with Biome

This commit is contained in:
2025-08-11 20:45:29 +02:00
parent 9557d9a6e6
commit 51413f3896
10 changed files with 36 additions and 23 deletions

View File

@ -2,17 +2,13 @@
command = "nixfmt"
includes = ["*.nix"]
[formatter.prettier]
command = "prettier"
includes = ["*.css", "*.json", "*.jsonc", "*.yaml"]
options = ["--write"]
[formatter.biome]
command = "biome"
includes = ["*.css", "*.json", "*.jsonc"]
options = ["check", "--write"]
[formatter.shell]
command = "shfmt"
includes = ["fmt", "test", "switch"]
excludes = []
options = [
"--indent", "2",
"--simplify",
"--write",
]
options = ["--indent", "2", "--simplify", "--write"]