@kitschpatrol/eslint-config 3.0.3 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +1 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -13,7 +13,7 @@ To use just this ESLint config in isolation:
|
|
|
13
13
|
1. Install the `.npmrc` in your project root. This is required for correct PNPM behavior:
|
|
14
14
|
|
|
15
15
|
```sh
|
|
16
|
-
pnpm dlx @kitschpatrol/repo-config
|
|
16
|
+
pnpm dlx @kitschpatrol/repo-config --init
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
2. Add the package:
|