lint & format

This commit is contained in:
dwelle
2026-01-24 22:27:43 +01:00
parent be9981bda5
commit 29ba7fe96d
181 changed files with 3968 additions and 2654 deletions
+3 -3
View File
@@ -69,9 +69,9 @@ const getArguments = () => {
if (!version) {
// set the next version based on the excalidraw package version + commit hash
const excalidrawPackageVersion = require(getPackageJsonPath(
"excalidraw",
)).version;
const excalidrawPackageVersion = require(
getPackageJsonPath("excalidraw"),
).version;
const hash = getShortCommitHash();