Skip to content

Commit 320818a

Browse files
authored
docs: README: OnP -> PnP
1 parent e8d2cce commit 320818a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ are also supported. Here is how it looks like:
5757
- [🛴 Codemods](#-codemods)
5858
- [⏣ Integration with ESLint](#-integration-with-eslint)
5959
- [☄️ Integration with Babel](#%EF%B8%8F-integration-with-babel)
60-
- [🐈 Integration with Yarn OnP](#-integration-with-yarn-pnp)
60+
- [🐈 Integration with Yarn PnP](#-integration-with-yarn-pnp)
6161
- [⛓ Using Putout as Loader](#-using-putout-as-loader)
6262
- [🚪 Exit Codes](#exit-codes)
6363
- [🦔 Real-world uses](#-real-world-uses)
@@ -2836,15 +2836,15 @@ Just create `.babelrc.json` file with configuration you need.
28362836
}
28372837
```
28382838

2839-
## 🐈 Integration with Yarn OnP
2839+
## 🐈 Integration with Yarn PnP
28402840

28412841
Since 🐊**Putout** has dynamic nature of loading:
28422842

28432843
- `plugins`;
28442844
- `processors`;
28452845
- `formatters`;
28462846

2847-
It was a nice adventure to have support of such a wonderful feature of `Yarn` as [`Plug'n'Play`](https://yarnpkg.com/features/pnp).
2847+
It was a nice adventure to add support of such a wonderful feature of `Yarn` as [`Plug'n'Play`](https://yarnpkg.com/features/pnp).
28482848
For this purpose new `env variable` was added to help to [load external extensions](https://yarnpkg.com/advanced/rulebook/#modules-shouldnt-hardcode-node_modules-paths-to-access-other-modules): `PUTOUT_YARN_PNP`.
28492849

28502850
So if you use package **eslint-config-hardcore** you should run **ESLint** this way:

0 commit comments

Comments
 (0)