quick-lint-js

Find bugs in JavaScript programs.

Install for Neovim on Arch Linux

Supported operating systems:

1. Install prerequisites

Install and configure one of the following Neovim plugins:

2. Install quick-lint-js

quick-lint-js has two packages in the AUR:

If you are using an AUR helper, install quick-lint-js on Arch Linux using your helper. For example, to install with yay, open a terminal and run the following commands:

yay -Sy quick-lint-js

If you want to install without an AUR helper, download and install the package from AUR manually by running the following commands:

pacman -Sy base-devel git
git clone https://aur.archlinux.org/quick-lint-js.git aur-quick-lint-js
cd aur-quick-lint-js
makepkg -si

3. Configure

Configure the Neovim plugin by opening Neovim and running :help quick-lint-js, or read the Neovim plugin docs online.

nvim-lspconfig users can add this line to their init.lua file:

require('lspconfig/quick_lint_js').setup {}