diff --git a/apps/docs/content/docs/guide/installation.mdx b/apps/docs/content/docs/guide/installation.mdx index 738dfaa104..9c0fae5a49 100644 --- a/apps/docs/content/docs/guide/installation.mdx +++ b/apps/docs/content/docs/guide/installation.mdx @@ -151,6 +151,13 @@ If you are using pnpm, you need to add the following line to your `.npmrc` file ```bash public-hoist-pattern[]=*@heroui/* ``` +If you are using Prettier and/or EsLint include them accordingly. + +```bash +public-hoist-pattern[]=*@heroui/* +public-hoist-pattern[]=*eslint* +public-hoist-pattern[]=*prettier* +``` After modifying the `.npmrc` file, you need to run `pnpm install` again to ensure that the dependencies are installed correctly.