ts: format finally

formatted with biome, a config file is provided.
This commit is contained in:
Harvey Tindall
2025-12-08 20:38:30 +00:00
parent ca7c553147
commit 817107622a
29 changed files with 3956 additions and 2610 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ const buttonChange = (type: string) => {
buttonNormal.classList.add("@low");
buttonNormal.classList.remove("@high");
}
}
};
buttonNormal.onclick = () => buttonChange("normal");
buttonSanitized.onclick = () => buttonChange("sanitized");