Install CLI and LSP server with winget
quick-lint-js has a winget package, making it easy to install the CLI and LSP server on Windows.
In order to install quick-lint-js' winget package, you must first install winget. winget is included in Windows 11 and can be installed on Windows 10.
Open a command prompt or PowerShell window. Run the following command to install quick-lint-js:
winget install quick-lint-js
Now the CLI, called quick-lint-js
, is available in your
user path:
quick-lint-js --help