@kitschpatrol/prettier-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.
- package/package.json +1 -1
- package/readme.md +1 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -19,7 +19,7 @@ To use just this Prettier config in isolation:
|
|
|
19
19
|
2. Add the package:
|
|
20
20
|
|
|
21
21
|
```sh
|
|
22
|
-
pnpm add @kitschpatrol/prettier-config
|
|
22
|
+
pnpm add -D @kitschpatrol/prettier-config
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
3. Add the starter `.prettierrc.js` and `.prettierignore` files to your project root, and add any customizations you'd like:
|