Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:57:25 +08:00
commit c0aa3682ea
4 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "code-quality-enforcement-hooks",
"description": "code-quality-enforcement automation hooks for development workflow",
"version": "3.0.0",
"author": {
"name": "Ossie Irondi",
"email": "admin@kamdental.com",
"url": "https://github.com/AojdevStudio"
},
"hooks": [
"./hooks/hooks.json"
]
}