chore: upgrade biome to v2 (#19362)

Guide for migration: https://biomejs.dev/guides/upgrade-to-biome-v2/
This commit is contained in:
Bruno Quaresma
2025-08-14 18:25:15 -03:00
committed by GitHub
parent 167522e5ae
commit accdcb8b77
455 changed files with 1696 additions and 1712 deletions
+2 -1
View File
@@ -28,6 +28,7 @@ HELO = "HELO"
LKE = "LKE"
byt = "byt"
typ = "typ"
Inferrable = "Inferrable"
[files]
extend-exclude = [
@@ -47,5 +48,5 @@ extend-exclude = [
"provisioner/terraform/testdata/**",
# notifications' golden files confuse the detector because of quoted-printable encoding
"coderd/notifications/testdata/**",
"agent/agentcontainers/testdata/devcontainercli/**"
"agent/agentcontainers/testdata/devcontainercli/**",
]