We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
markdownlint-cli2@v0.17.2
1 parent 1db7334 commit 5855efdCopy full SHA for 5855efd
getting_started/code_standards_details.md
@@ -74,7 +74,7 @@ uv run codespell *.md *.ini .github/ src/ tests/ docs/ --write-changes
74
75
```console
76
sudo apt install nodejs
77
-sudo npm install markdownlint-cli2 --global
+sudo npm install -g markdownlint-cli2@0.17.2 # the version used in ci
78
```
79
80
Or use a specific node version using `nvm`.
0 commit comments