fix: commitlint fixed

This commit is contained in:
2025-11-28 12:21:55 +01:00
parent 1cdccaeb29
commit 43bb503253
5 changed files with 46 additions and 24 deletions

View File

@@ -4,13 +4,12 @@
"dev": "deno run -R --watch src/main.ts",
"today:dev": "deno run -R --watch src/main.ts $(date +%e)",
"today": "deno run -R src/main.ts $(date +%e)",
"test": "deno test --parallel src"
"test": "deno test --parallel src",
"lint:commit": "commitlint --edit"
},
"imports": {
"@commitlint/cli": "npm:@commitlint/cli@^20.1.0",
"@commitlint/config-conventional": "npm:@commitlint/config-conventional@^20.0.0",
"@std/assert": "jsr:@std/assert@1",
"@/": "./src/",
"lint-staged": "npm:lint-staged@^16.2.7"
}
}