lint for Zed
io.github.dave-london/lint
Structured linting output (ESLint, format-check) as typed JSON diagnostics.
client:Zed
transport:stdio
runtime:npm
Install lint in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"lint": {
"command": "npx",
"args": [
"-y",
"@paretools/lint"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs