docs: update lint command for the documentation (#20399)

This commit is contained in:
Lehoczky Zoltán 2023-04-19 18:35:39 +02:00 committed by GitHub
parent 6b75cceb3d
commit 820fecd9ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ The Nuxt documentation is currently deployed within [nuxt/nuxt.com](https://gith
<!-- - Go into the docs directory: `cd docs` --> <!-- - Go into the docs directory: `cd docs` -->
<!-- - Install docs dependencies using `yarn install` --> <!-- - Install docs dependencies using `yarn install` -->
<!-- - Run `yarn dev` to start docs in development mode --> <!-- - Run `yarn dev` to start docs in development mode -->
- Before opening a PR, run `pnpm docs:lint:fix` to highlight and resolve any lint issues - Before opening a PR, run `pnpm lint:docs:fix` to highlight and resolve any lint issues
::alert ::alert
🚧 This repository will be open-sourced shortly. Until then, you will need to open a pull request to see a preview of your changes. 🚧 This repository will be open-sourced shortly. Until then, you will need to open a pull request to see a preview of your changes.