@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/eslint-config",
3
- "version": "3.0.3",
3
+ "version": "3.1.0",
4
4
  "type": "module",
5
5
  "description": "Eslint config for @kitschpatrol/shared-config",
6
6
  "repository": {
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: