@mikey-pro/prettier-config 9.0.0 → 9.0.6

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 +0 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/prettier-config",
3
- "version": "9.0.0",
3
+ "version": "9.0.6",
4
4
  "description": "Mikey Pro Prettier configuration",
5
5
  "main": "index.js",
6
6
  "files": [
package/README.md DELETED
@@ -1,31 +0,0 @@
1
- <div width="100%" align="center">
2
- <h1>
3
- <a href="https://github.com/chiefmikey/mikey-pro">
4
- <b>Mikey Pro</b>
5
- </a>
6
- </h1>
7
- </div>
8
-
9
- ## **@mikey-pro/prettier-config**
10
-
11
- A preset Prettier configuration
12
-
13
- ## Usage
14
-
15
- ### Install
16
-
17
- ```shell
18
- npm i -D mikey-pro
19
- ```
20
-
21
- ### Configure
22
-
23
- Reference shareable config in `package.json`:
24
-
25
- ```json
26
- {
27
- "prettier": "@mikey-pro/prettier-config"
28
- }
29
- ```
30
-
31
- Prettier does not support an `extends` field; using the package string is the correct approach.