%# %>
Install quick-lint-js globally (on your machine) for use anywhere, including the Neovim plugin:
<% if (os === "posix") { %><% } else { %>sudo npm install --global --unsafe-perm quick-lint-js
<% } %>npm install --global quick-lint-js
Note: The Neovim plugin does not use quick-lint-js if it is installed locally within your project. The Neovim plugin only uses quick-lint-js if it is globally installed.
<%# %>