mikey-pro 6.2.0 → 6.2.2
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 +5 -3
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -22,17 +22,17 @@ and modified rules for consistently writing top shelf code_
|
|
|
22
22
|
JavaScript -
|
|
23
23
|
React -
|
|
24
24
|
Preact -
|
|
25
|
+
Jest -
|
|
25
26
|
Vue -
|
|
26
27
|
Svelte-
|
|
27
|
-
|
|
28
|
+
Markdown -
|
|
28
29
|
HTML -
|
|
29
30
|
CSS -
|
|
30
31
|
SCSS -
|
|
31
32
|
LESS -
|
|
32
33
|
JSON -
|
|
33
34
|
JSONC -
|
|
34
|
-
JSON5
|
|
35
|
-
Markdown
|
|
35
|
+
JSON5
|
|
36
36
|
</td>
|
|
37
37
|
</tr>
|
|
38
38
|
</tbody>
|
|
@@ -51,6 +51,8 @@ Additional support:
|
|
|
51
51
|
<a href="https://marketplace.visualstudio.com/items?itemName=octref.vetur">Vetur</a>
|
|
52
52
|
|
|
|
53
53
|
<a href="https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode">Svelte</a>
|
|
54
|
+
|
|
|
55
|
+
<a href="https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck">ShellCheck</a>
|
|
54
56
|
|
|
55
57
|
## Usage
|
|
56
58
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mikey-pro",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.2",
|
|
4
4
|
"description": "Mikey Pro Style Guide",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@babel/core": "^7.20.
|
|
6
|
+
"@babel/core": "^7.20.12",
|
|
7
7
|
"@babel/eslint-parser": "^7.19",
|
|
8
8
|
"@babel/eslint-plugin": "^7.19",
|
|
9
9
|
"@babel/plugin-transform-react-jsx": "^7.20.7",
|
|
@@ -11,20 +11,20 @@
|
|
|
11
11
|
"@cypress/eslint-plugin-json": "^3.2.3",
|
|
12
12
|
"@html-eslint/eslint-plugin": "^0.15.0",
|
|
13
13
|
"@html-eslint/parser": "^0.15.0",
|
|
14
|
-
"@mikey-pro/eslint-config": "^6.2.
|
|
14
|
+
"@mikey-pro/eslint-config": "^6.2.1",
|
|
15
15
|
"@mikey-pro/prettier-config": "^6.1.1",
|
|
16
16
|
"@mikey-pro/stylelint-config": "^6.1.1",
|
|
17
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
18
|
-
"@typescript-eslint/parser": "^5.
|
|
17
|
+
"@typescript-eslint/eslint-plugin": "^5.48.0",
|
|
18
|
+
"@typescript-eslint/parser": "^5.48.0",
|
|
19
19
|
"@vue/babel-plugin-jsx": "^1.1.1",
|
|
20
|
-
"eslint-config-prettier": "^8.
|
|
20
|
+
"eslint-config-prettier": "^8.6",
|
|
21
21
|
"eslint-config-react-app": "^7.0.1",
|
|
22
22
|
"eslint-import-resolver-typescript": "^3.5.2",
|
|
23
23
|
"eslint-plugin-compat": "^4.0",
|
|
24
24
|
"eslint-plugin-css-modules": "^2.11",
|
|
25
25
|
"eslint-plugin-disable-autofix": "^3.1.1",
|
|
26
|
-
"eslint-plugin-jest": "^27.2.
|
|
27
|
-
"eslint-plugin-jsonc": "^2.
|
|
26
|
+
"eslint-plugin-jest": "^27.2.1",
|
|
27
|
+
"eslint-plugin-jsonc": "^2.6.0",
|
|
28
28
|
"eslint-plugin-markdownlint": "^0.4.0",
|
|
29
29
|
"eslint-plugin-n": "^15.6.0",
|
|
30
30
|
"eslint-plugin-only-warn": "^1.1.0",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"eslint": ">=8.31.0",
|
|
43
|
-
"prettier": ">=2.8.
|
|
43
|
+
"prettier": ">=2.8.2",
|
|
44
44
|
"stylelint": ">=14.16.1"
|
|
45
45
|
},
|
|
46
46
|
"files": [
|