Skip to content
Zed

wcag22 css lint for Zed

io.github.jmshinhwa/wcag22-css-lint

Reads your stylesheet and names the success criterion each rule breaks, including the three WCAG 2.2

client:Zed transport:stdio runtime:npm

Install wcag22 css lint in Zed

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

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

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

wcag22 css lint in other clients