@lobehub/lint 1.24.4 → 1.25.0
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/dist/remarklint/index.d.ts +0 -1
- package/dist/remarklint/index.js +0 -1
- package/package.json +43 -47
package/dist/remarklint/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lobehub/lint",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.25.0",
|
|
4
4
|
"homepage": "https://github.com/lobehub/lobe-lint",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/lobehub/lobe-lint/issues/new"
|
|
@@ -18,72 +18,68 @@
|
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@trivago/prettier-plugin-sort-imports": "^
|
|
22
|
-
"@typescript-eslint/eslint-plugin": "
|
|
23
|
-
"@typescript-eslint/parser": "
|
|
24
|
-
"@umijs/babel-preset-umi": "^4.
|
|
25
|
-
"@umijs/lint": "^4.
|
|
21
|
+
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
|
|
22
|
+
"@typescript-eslint/eslint-plugin": "8.19.1",
|
|
23
|
+
"@typescript-eslint/parser": "8.19.1",
|
|
24
|
+
"@umijs/babel-preset-umi": "^4.4.4",
|
|
25
|
+
"@umijs/lint": "^4.4.4",
|
|
26
26
|
"commitlint-config-gitmoji": "^2.3.1",
|
|
27
27
|
"eslint-config-prettier": "^9.1.0",
|
|
28
28
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
29
|
-
"eslint-import-resolver-typescript": "^3.
|
|
30
|
-
"eslint-plugin-import": "^2.
|
|
31
|
-
"eslint-plugin-jest": "^28.
|
|
32
|
-
"eslint-plugin-react": "^7.
|
|
33
|
-
"eslint-plugin-react-hooks": "^
|
|
29
|
+
"eslint-import-resolver-typescript": "^3.7.0",
|
|
30
|
+
"eslint-plugin-import": "^2.31.0",
|
|
31
|
+
"eslint-plugin-jest": "^28.10.0",
|
|
32
|
+
"eslint-plugin-react": "^7.37.3",
|
|
33
|
+
"eslint-plugin-react-hooks": "^5.1.0",
|
|
34
34
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
35
35
|
"eslint-plugin-sort-keys-fix": "^1.1.2",
|
|
36
|
-
"eslint-plugin-typescript-sort-keys": "^3.
|
|
37
|
-
"eslint-plugin-unicorn": "^
|
|
38
|
-
"eslint-plugin-unused-imports": "^
|
|
36
|
+
"eslint-plugin-typescript-sort-keys": "^3.3.0",
|
|
37
|
+
"eslint-plugin-unicorn": "^56.0.1",
|
|
38
|
+
"eslint-plugin-unused-imports": "^4.1.4",
|
|
39
39
|
"gatsby-remark-find-replace": "^0.3.0",
|
|
40
40
|
"postcss-less": "^6.0.0",
|
|
41
|
-
"postcss-styled-syntax": "^0.
|
|
42
|
-
"prettier-plugin-organize-imports": "^
|
|
43
|
-
"prettier-plugin-packagejson": "^2.5.
|
|
41
|
+
"postcss-styled-syntax": "^0.7.0",
|
|
42
|
+
"prettier-plugin-organize-imports": "^4.1.0",
|
|
43
|
+
"prettier-plugin-packagejson": "^2.5.6",
|
|
44
44
|
"prettier-plugin-sh": "^0.14.0",
|
|
45
45
|
"prettier-plugin-sort-json": "^4.0.0",
|
|
46
46
|
"remark-frontmatter": "^5.0.0",
|
|
47
|
-
"remark-gfm": "^
|
|
48
|
-
"remark-lint": "^
|
|
49
|
-
"remark-lint-checkbox-content-indent": "^
|
|
47
|
+
"remark-gfm": "^4.0.0",
|
|
48
|
+
"remark-lint": "^10.0.0",
|
|
49
|
+
"remark-lint-checkbox-content-indent": "^5.0.0",
|
|
50
50
|
"remark-lint-frontmatter-schema": "^3.15.4",
|
|
51
51
|
"remark-lint-heading-whitespace": "^1.0.0",
|
|
52
|
-
"remark-lint-linebreak-style": "^
|
|
53
|
-
"remark-lint-list-item-indent": "^
|
|
54
|
-
"remark-lint-list-item-spacing": "^
|
|
55
|
-
"remark-lint-no-duplicate-headings-in-section": "^
|
|
52
|
+
"remark-lint-linebreak-style": "^4.0.0",
|
|
53
|
+
"remark-lint-list-item-indent": "^4.0.0",
|
|
54
|
+
"remark-lint-list-item-spacing": "^5.0.0",
|
|
55
|
+
"remark-lint-no-duplicate-headings-in-section": "^4.0.0",
|
|
56
56
|
"remark-lint-no-empty-sections": "^4.0.0",
|
|
57
|
-
"remark-lint-no-empty-url": "^
|
|
58
|
-
"remark-lint-no-file-name-irregular-characters": "^
|
|
59
|
-
"remark-lint-no-heading-indent": "^
|
|
60
|
-
"remark-lint-no-heading-like-paragraph": "^
|
|
61
|
-
"remark-lint-no-paragraph-content-indent": "^
|
|
62
|
-
"remark-lint-no-reference-like-url": "^
|
|
63
|
-
"remark-lint-no-shell-dollars": "^
|
|
64
|
-
"remark-lint-no-tabs": "^
|
|
65
|
-
"remark-lint-no-unneeded-full-reference-image": "^
|
|
66
|
-
"remark-lint-no-unneeded-full-reference-link": "^
|
|
67
|
-
"remark-lint-ordered-list-marker-value": "^
|
|
57
|
+
"remark-lint-no-empty-url": "^4.0.0",
|
|
58
|
+
"remark-lint-no-file-name-irregular-characters": "^3.0.0",
|
|
59
|
+
"remark-lint-no-heading-indent": "^5.0.0",
|
|
60
|
+
"remark-lint-no-heading-like-paragraph": "^4.0.0",
|
|
61
|
+
"remark-lint-no-paragraph-content-indent": "^5.0.0",
|
|
62
|
+
"remark-lint-no-reference-like-url": "^4.0.0",
|
|
63
|
+
"remark-lint-no-shell-dollars": "^4.0.0",
|
|
64
|
+
"remark-lint-no-tabs": "^4.0.0",
|
|
65
|
+
"remark-lint-no-unneeded-full-reference-image": "^4.0.0",
|
|
66
|
+
"remark-lint-no-unneeded-full-reference-link": "^4.0.0",
|
|
67
|
+
"remark-lint-ordered-list-marker-value": "^4.0.0",
|
|
68
68
|
"remark-lint-write-good": "^1.2.0",
|
|
69
69
|
"remark-pangu": "^2.2.0",
|
|
70
|
-
"remark-preset-lint-consistent": "^
|
|
71
|
-
"remark-preset-lint-markdown-style-guide": "^
|
|
72
|
-
"remark-preset-lint-recommended": "^
|
|
73
|
-
"remark-remove-unused-definitions": "^
|
|
74
|
-
"remark-sort-definitions": "^
|
|
75
|
-
"remark-textr": "^
|
|
70
|
+
"remark-preset-lint-consistent": "^6.0.0",
|
|
71
|
+
"remark-preset-lint-markdown-style-guide": "^6.0.0",
|
|
72
|
+
"remark-preset-lint-recommended": "^7.0.0",
|
|
73
|
+
"remark-remove-unused-definitions": "^2.0.0",
|
|
74
|
+
"remark-sort-definitions": "^2.0.0",
|
|
75
|
+
"remark-textr": "^6.1.0",
|
|
76
76
|
"remark-toc": "^9.0.0",
|
|
77
77
|
"semantic-release-config-gitmoji": "^1.5.3",
|
|
78
|
-
"stylelint-config-clean-order": "^
|
|
78
|
+
"stylelint-config-clean-order": "^7.0.0",
|
|
79
79
|
"stylelint-config-recommended": "^14.0.1",
|
|
80
80
|
"stylelint-less": "^3.0.1",
|
|
81
81
|
"stylelint-order": "^6.0.4",
|
|
82
82
|
"stylelint-use-logical-spec": "^5.0.1",
|
|
83
83
|
"unist-util-visit": "^5.0.0"
|
|
84
|
-
},
|
|
85
|
-
"publishConfig": {
|
|
86
|
-
"access": "public",
|
|
87
|
-
"registry": "https://registry.npmjs.org"
|
|
88
84
|
}
|
|
89
|
-
}
|
|
85
|
+
}
|