mikey-pro 7.0.2 → 7.0.3
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/README.md +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -80,7 +80,7 @@ npm i -D mikey-pro
|
|
|
80
80
|
|
|
81
81
|
### Configuration
|
|
82
82
|
|
|
83
|
-
Add bundled configs to `package.json`
|
|
83
|
+
Add bundled configs to `package.json`
|
|
84
84
|
|
|
85
85
|
```json
|
|
86
86
|
{
|
|
@@ -101,7 +101,7 @@ Each framework configuration extends the base `@mikey-pro/eslint-config`
|
|
|
101
101
|
#### React
|
|
102
102
|
|
|
103
103
|
```shell
|
|
104
|
-
npm i -D mikey-pro @mikey-pro-react
|
|
104
|
+
npm i -D mikey-pro @mikey-pro/eslint-config-react
|
|
105
105
|
```
|
|
106
106
|
|
|
107
107
|
```json
|
|
@@ -115,7 +115,7 @@ npm i -D mikey-pro @mikey-pro-react
|
|
|
115
115
|
#### Svelte
|
|
116
116
|
|
|
117
117
|
```shell
|
|
118
|
-
npm i -D mikey-pro @mikey-pro-svelte
|
|
118
|
+
npm i -D mikey-pro @mikey-pro/eslint-config-svelte
|
|
119
119
|
```
|
|
120
120
|
|
|
121
121
|
```json
|
|
@@ -132,7 +132,7 @@ Extension</a>
|
|
|
132
132
|
#### Vue
|
|
133
133
|
|
|
134
134
|
```shell
|
|
135
|
-
npm i -D mikey-pro @mikey-pro-vue
|
|
135
|
+
npm i -D mikey-pro @mikey-pro/eslint-config-vue
|
|
136
136
|
```
|
|
137
137
|
|
|
138
138
|
```json
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mikey-pro",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.3",
|
|
4
4
|
"description": "Mikey Pro Style Guide",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@mikey-pro/eslint-config": "^7.0.
|
|
6
|
+
"@mikey-pro/eslint-config": "^7.0.3",
|
|
7
7
|
"@mikey-pro/prettier-config": "^7.0.0",
|
|
8
8
|
"@mikey-pro/stylelint-config": "^7.0.0",
|
|
9
9
|
"eslint": "^8.56.0",
|