Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From eslint-lsp
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
npx claudepluginhub darian-deng/agent-plugins --plugin eslint-lspWhere this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
mkdir -p "${CLAUDE_PLUGIN_DATA}" && cp "${CLAUDE_PLUGIN_ROOT}/src/eslint-server.mjs" "${CLAUDE_PLUGIN_DATA}/eslint-server.mjs" && chmod +x "${CLAUDE_PLUGIN_DATA}/eslint-server.mjs"10msShare bugs, ideas, or general feedback.