ts: format finally
formatted with biome, a config file is provided.
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ const buttonChange = (type: string) => {
|
||||
buttonNormal.classList.add("@low");
|
||||
buttonNormal.classList.remove("@high");
|
||||
}
|
||||
}
|
||||
};
|
||||
buttonNormal.onclick = () => buttonChange("normal");
|
||||
buttonSanitized.onclick = () => buttonChange("sanitized");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user