<%# %>

Install quick-lint-js globally (on your machine) for use anywhere, including the Emacs plugin:

<% if (os === "posix") { %>
sudo npm install --global --unsafe-perm quick-lint-js
<% } else { %>
npm install --global quick-lint-js
<% } %>

Note: The Emacs plugin does not use quick-lint-js if it is installed locally within your project. The Emacs plugin only uses quick-lint-js if it is globally installed.

<%# %>