quick-lint-js

Find bugs in JavaScript programs.

Install for Neovim on macOS with Homebrew

Supported operating systems:

quick-lint-js has a Homebrew formula, making it easy to install the Neovim plugin on macOS.

1. Install prerequisites

In order to install quick-lint-js' Homebrew formula, you must first install Homebrew.

Install and configure one of the following Neovim plugins:

2. Install quick-lint-js

Open a terminal. Run the following command to install quick-lint-js:

brew install quick-lint-js

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 {}