
Install CLI and LSP server on macOS with Homebrew
Supported operating systems:
quick-lint-js has a Homebrew formula, making it easy to install the CLI and LSP server on macOS.
In order to install quick-lint-js' Homebrew formula, you must first install Homebrew.
Open a terminal. Run the following commands to add quick-lint-js' tap to your Homebrew installation and install quick-lint-js:
brew tap quick-lint/quick-lint-js https://github.com/quick-lint/quick-lint-js.git brew install quick-lint-js
Now the CLI, called quick-lint-js, is available in your user path:
quick-lint-js --help