chore: fix all biome lint errors

- Auto-fix string concatenation → template literals
- Remove unused imports
- Prefix unused function with underscore
- Format fixes across multiple files
This commit is contained in:
2026-05-13 07:26:11 +00:00
parent acb0ebed97
commit 061926b86a
37 changed files with 217 additions and 124 deletions
+5 -2
View File
@@ -1,7 +1,10 @@
{
"name": "@uncaged/workflow-register",
"version": "0.3.16",
"files": ["dist", "package.json"],
"files": [
"dist",
"package.json"
],
"type": "module",
"exports": {
".": {
@@ -24,4 +27,4 @@
"zod": "^4.0.0",
"typescript": "^5.8.3"
}
}
}