Skip to content

Commit

Permalink
docs: inconsistent use of npm / pnpm in terminal command examples
Browse files Browse the repository at this point in the history
Fixes vercel#75821

The use of pnpm in `pnpm lint` is inconsistent with the use of npm on the rest of the terminal command examples on this page.
  • Loading branch information
Mosaab-Emam authored Feb 9, 2025
1 parent bcca20b commit 243ece7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/01-app/01-getting-started/01-installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ To add ESLint to an existing project, add `next lint` as a script to `package.js
Then, run `npm run lint` and you will be guided through the installation and configuration process.

```bash filename="Terminal"
pnpm lint
npm run lint
```

You'll see a prompt like this:
Expand Down

0 comments on commit 243ece7

Please sign in to comment.