Developer Tools
Trust: 44/100 (Fair)io.github.Dave-London/lint Guide
Structured linting output (ESLint, format-check) as typed JSON diagnostics.
70 starsby Dave-London
Quick Start
Install
npx @paretools/lintClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-dave-london-lint": {
"command": "npx",
"args": [
"@paretools/lint"
]
}
}
}