You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ are also supported. Here is how it looks like:
57
57
-[🛴 Codemods](#-codemods)
58
58
-[⏣ Integration with ESLint](#-integration-with-eslint)
59
59
-[☄️ 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)
61
61
-[⛓ Using Putout as Loader](#-using-putout-as-loader)
62
62
-[🚪 Exit Codes](#exit-codes)
63
63
-[🦔 Real-world uses](#-real-world-uses)
@@ -2836,15 +2836,15 @@ Just create `.babelrc.json` file with configuration you need.
2836
2836
}
2837
2837
```
2838
2838
2839
-
## 🐈 Integration with Yarn OnP
2839
+
## 🐈 Integration with Yarn PnP
2840
2840
2841
2841
Since 🐊**Putout** has dynamic nature of loading:
2842
2842
2843
2843
-`plugins`;
2844
2844
-`processors`;
2845
2845
-`formatters`;
2846
2846
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).
2848
2848
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`.
2849
2849
2850
2850
So if you use package **eslint-config-hardcore** you should run **ESLint** this way:
0 commit comments