Skip to content

accessibility statement lint for Zed

io.github.jmshinhwa/accessibility-statement-lint

Checks the accessibility statement you already published against the EU model statement and its two

client:Zed transport:stdio runtime:npm

Install accessibility statement lint in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "accessibility-statement-lint": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/accessibility-statement-lint"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

accessibility statement lint in other clients