Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:09:06 +08:00
commit 93c3ced999
4 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "typescript-lint",
"description": "Automatically lint, format, and type-check TypeScript files with ESLint and TypeScript compiler",
"version": "1.0.0",
"author": "Cheolwan Park",
"hooks": [
"./hooks/hooks.json"
]
}