Stats
Actions
Tags
From plugin-frontend
Runs a workflow completion check on Stop and a dependency/requirement resolver on every Write/Edit. Writes files via the resolver script.
2 events · 2 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
npx tsc --noEmitEdit|Writefile="$TOOL_INPUT_file_path"; ext="${file##*.}"; if [ "$ext" = "ts" ] || [ "$ext" = "tsx" ] || [ "$ext" = "js" ] || [ "$ext" = "jsx" ] || [ "$ext" = "css" ]; then npx prettier --write "$file"; npx eslint --fix "$file"; finpx claudepluginhub denissanthiago/plugin-frontend-claude-code