@kitschpatrol/eslint-config 1.0.0 → 1.0.1

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": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "description": "Eslint config for @kitschpatrol/shared-config",
6
6
  "repository": {
package/readme.md CHANGED
@@ -19,7 +19,7 @@ To use just this ESLint config in isolation:
19
19
  2. Add the package:
20
20
 
21
21
  ```sh
22
- pnpm add @kitschpatrol/eslint-config
22
+ pnpm add -D @kitschpatrol/eslint-config
23
23
  ```
24
24
 
25
25
  3. Add the starter `.eslintrc.cjs` config and `.eslintignore` files to your project root, and add any overrides you'd like: