9 lines
241 B
JSON
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"
|
|
]
|
|
} |