7 lines
135 B
JSON
7 lines
135 B
JSON
{
|
|
"event": "PostToolUse",
|
|
"tool": "Write",
|
|
"pattern": "**/*.{ts,tsx}",
|
|
"command": "npx prettier --write \"$FILE_PATH\" 2>&1"
|
|
}
|