<%- await include("../common-head.ejs.html", { title: `${errorCode} documentation (quick-lint-js)`, description: `Docs for quick-lint-js error code ${errorCode}` }) %>
<%- await include("../common-nav.ejs.html") %>
<% let problems = errorDocument.findProblems(); %> <% if (problems.length > 0) { %>

quick-lint-js found inconsistencies in the error documentation. If you're hacking on the website, rebuild quick-lint-js for the website by following wasm/README.md and website/README.md.

<%= problems.join("\n") %>

<% } %> <%- errorDocument.toHTML() %>

Documentation for other errors