Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub darian-deng/agent-plugins --plugin ts-eslint-lspThis LSP server requires /bin/shto be installed on your system. Make sure it's available in your PATH before enabling.
Copy this JSON into your .lsp.json to enable this server
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"ts-eslint": {
"command": "/bin/sh",
"extensionToLanguage": {
".js": "javascript",
".ts": "typescript",
".cjs": "javascript",
".cts": "typescript",
".jsx": "javascriptreact",
".mjs": "javascript",
".mts": "typescript",
".tsx": "typescriptreact"
},
"args": [
"-c",
"exec node \"$HOME/.claude/plugins/data/ts-eslint-lsp-darian-agent-plugins/ts-eslint-proxy.mjs\" --stdio"
]
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
/bin/shstdioCommand-line arguments passed to the server process
Initialization options and workspace settings
Initialization Options:
{}Settings:
{}Share bugs, ideas, or general feedback.