chore: remove husky integration and related scripts from the project
Some checks failed
Build Docker images / build-and-push-image-docs (push) Has been cancelled
Build Docker images / build-and-push-image-website (push) Has been cancelled

This commit is contained in:
Mauricio Siu
2025-04-17 16:44:11 -06:00
parent b46705a572
commit fa06dd0284
6 changed files with 1 additions and 26 deletions

View File

@@ -14,15 +14,13 @@
"build": "pnpm -r run build",
"format-and-lint": "biome check .",
"check": "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true",
"format-and-lint:fix": "biome check . --write",
"prepare": "node .husky/install.mjs"
"format-and-lint:fix": "biome check . --write"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/node": "^20.9.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.7"
},
"packageManager": "pnpm@9.5.0",