<%# %>

Install Emacs plugin

  1. Download the quick-lint-js Emacs plugin.
  2. Copy the extracted quick-lint-js.emacs directory to somewhere safe (for example, ~/.emacs/quick-lint-js.emacs).
  3. Add the quick-lint-js.emacs directory to the Emacs load-path variable. For example, add the following line to your init file (e.g. ~/.emacs):
    (add-to-list 'load-path "~/.emacs/quick-lint-js.emacs")
  4. Restart Emacs.
<%# %>