@lobehub/lint 1.24.2 → 1.24.4
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/eslint/index.d.ts +1 -0
- package/dist/eslint/index.js +1 -0
- package/package.json +9 -9
package/dist/eslint/index.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ declare const _default: {
|
|
|
36
36
|
'unicorn/prefer-logical-operator-over-ternary': number;
|
|
37
37
|
'unicorn/prefer-module': number;
|
|
38
38
|
'unicorn/prefer-spread': string;
|
|
39
|
+
'unicorn/prefer-string-raw': number;
|
|
39
40
|
'unicorn/prefer-string-replace-all': string;
|
|
40
41
|
'unicorn/prefer-type-error': string;
|
|
41
42
|
'unicorn/prevent-abbreviations': number;
|
package/dist/eslint/index.js
CHANGED
|
@@ -81,6 +81,7 @@ var eslint_default = {
|
|
|
81
81
|
"unicorn/prefer-logical-operator-over-ternary": 0,
|
|
82
82
|
"unicorn/prefer-module": 0,
|
|
83
83
|
"unicorn/prefer-spread": "warn",
|
|
84
|
+
"unicorn/prefer-string-raw": 0,
|
|
84
85
|
"unicorn/prefer-string-replace-all": "warn",
|
|
85
86
|
"unicorn/prefer-type-error": "warn",
|
|
86
87
|
"unicorn/prevent-abbreviations": 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lobehub/lint",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.4",
|
|
4
4
|
"homepage": "https://github.com/lobehub/lobe-lint",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/lobehub/lobe-lint/issues/new"
|
|
@@ -21,26 +21,26 @@
|
|
|
21
21
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
22
22
|
"@typescript-eslint/eslint-plugin": "7.5.0",
|
|
23
23
|
"@typescript-eslint/parser": "7.5.0",
|
|
24
|
-
"@umijs/babel-preset-umi": "^4.3.
|
|
25
|
-
"@umijs/lint": "^4.3.
|
|
24
|
+
"@umijs/babel-preset-umi": "^4.3.12",
|
|
25
|
+
"@umijs/lint": "^4.3.12",
|
|
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
29
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
30
30
|
"eslint-plugin-import": "^2.29.1",
|
|
31
|
-
"eslint-plugin-jest": "^28.
|
|
32
|
-
"eslint-plugin-react": "^7.
|
|
31
|
+
"eslint-plugin-jest": "^28.8.0",
|
|
32
|
+
"eslint-plugin-react": "^7.35.0",
|
|
33
33
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
34
|
-
"eslint-plugin-simple-import-sort": "^12.1.
|
|
34
|
+
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
35
35
|
"eslint-plugin-sort-keys-fix": "^1.1.2",
|
|
36
36
|
"eslint-plugin-typescript-sort-keys": "^3.2.0",
|
|
37
37
|
"eslint-plugin-unicorn": "^54.0.0",
|
|
38
|
-
"eslint-plugin-unused-imports": "^
|
|
38
|
+
"eslint-plugin-unused-imports": "^3.2.0",
|
|
39
39
|
"gatsby-remark-find-replace": "^0.3.0",
|
|
40
40
|
"postcss-less": "^6.0.0",
|
|
41
41
|
"postcss-styled-syntax": "^0.6.4",
|
|
42
42
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
43
|
-
"prettier-plugin-packagejson": "^2.5.
|
|
43
|
+
"prettier-plugin-packagejson": "^2.5.1",
|
|
44
44
|
"prettier-plugin-sh": "^0.14.0",
|
|
45
45
|
"prettier-plugin-sort-json": "^4.0.0",
|
|
46
46
|
"remark-frontmatter": "^5.0.0",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"remark-textr": "^5.0.1",
|
|
76
76
|
"remark-toc": "^9.0.0",
|
|
77
77
|
"semantic-release-config-gitmoji": "^1.5.3",
|
|
78
|
-
"stylelint-config-clean-order": "^6.
|
|
78
|
+
"stylelint-config-clean-order": "^6.1.0",
|
|
79
79
|
"stylelint-config-recommended": "^14.0.1",
|
|
80
80
|
"stylelint-less": "^3.0.1",
|
|
81
81
|
"stylelint-order": "^6.0.4",
|