format: run prettier tree-wide

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2026-02-15 11:53:39 +00:00
parent 7075f74764
commit 5e2bff8397
157 changed files with 1741 additions and 1621 deletions

View File

@@ -12,8 +12,10 @@
"build": "npm run assets && go build -o ./var/anubis ./cmd/anubis",
"dev": "npm run assets && go run ./cmd/anubis --use-remote-address --target http://localhost:3000",
"container": "npm run assets && go run ./cmd/containerbuild",
"package": "yeet",
"lint": "make lint"
"package": "go tool yeet",
"lint": "make lint",
"prepare": "go mod download",
"format": "prettier -w . 2>&1 >/dev/null"
},
"author": "",
"license": "ISC",
@@ -39,4 +41,4 @@
"trailingComma": "all",
"printWidth": 80
}
}
}