Files
2025-11-29 18:09:06 +08:00

9 lines
241 B
JSON

{
"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"
]
}