quick-lint-js

Find bugs in JavaScript programs.

Install for Emacs on Windows

1. Install prerequisites

Install one of the following Emacs plugins:

2. Install quick-lint-js

  1. Download the latest release of quick-lint-js for your platform:

  2. Extract the downloaded archive.

  3. Copy the extracted bin\quick-lint-js.exe file into a directory in your PATH.

    For example, copy it into the C:\Windows\System32\ directory.

  4. Open a PowerShell window or Command Prompt window. Type quick-lint-js --version and press enter to verify the installation succeeded.

3. Install Emacs plugin

  1. Download the quick-lint-js Emacs plugin.
  2. Extract quick-lint-js-emacs.zip's files into a directory 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.

4. Configure

Read the Emacs plugin docs online.