@so1ve/eslint-config 3.8.1 → 3.9.1
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/index.d.ts +450 -285
- package/dist/index.js +294 -253
- package/package.json +30 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@so1ve/eslint-config",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.9.1",
|
|
4
4
|
"author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Ray's eslint config.",
|
|
@@ -33,52 +33,53 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
36
|
-
"@html-eslint/eslint-plugin": "^0.
|
|
37
|
-
"@html-eslint/parser": "^0.
|
|
38
|
-
"@stylistic/eslint-plugin": "^5.
|
|
39
|
-
"@
|
|
40
|
-
"@
|
|
36
|
+
"@html-eslint/eslint-plugin": "^0.46.2",
|
|
37
|
+
"@html-eslint/parser": "^0.46.2",
|
|
38
|
+
"@stylistic/eslint-plugin": "^5.3.1",
|
|
39
|
+
"@typescript-eslint/parser": "^8.44.0",
|
|
40
|
+
"@typescript-eslint/utils": "^8.44.0",
|
|
41
|
+
"@unocss/eslint-config": "^66.5.1",
|
|
42
|
+
"@vitest/eslint-plugin": "^1.3.10",
|
|
43
|
+
"astro-eslint-parser": "^1.2.2",
|
|
41
44
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
42
|
-
"eslint-flat-config-utils": "^2.1.
|
|
43
|
-
"eslint-import-resolver-typescript": "^4.4.
|
|
44
|
-
"eslint-mdx": "^3.
|
|
45
|
+
"eslint-flat-config-utils": "^2.1.1",
|
|
46
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
47
|
+
"eslint-mdx": "^3.6.2",
|
|
45
48
|
"eslint-plugin-array-func": "^5.0.2",
|
|
49
|
+
"eslint-plugin-astro": "^1.3.1",
|
|
46
50
|
"eslint-plugin-case-police": "^2.0.0",
|
|
47
51
|
"eslint-plugin-html": "^8.1.3",
|
|
48
|
-
"eslint-plugin-import-x": "^4.
|
|
52
|
+
"eslint-plugin-import-x": "^4.16.1",
|
|
49
53
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
50
54
|
"eslint-plugin-jsonc": "^2.20.1",
|
|
51
|
-
"eslint-plugin-mdx": "^3.
|
|
52
|
-
"eslint-plugin-n": "^17.
|
|
53
|
-
"eslint-plugin-no-await-in-promise": "^
|
|
55
|
+
"eslint-plugin-mdx": "^3.6.2",
|
|
56
|
+
"eslint-plugin-n": "^17.23.0",
|
|
57
|
+
"eslint-plugin-no-await-in-promise": "^3.0.1",
|
|
54
58
|
"eslint-plugin-no-explicit-type-exports": "^0.12.1",
|
|
55
59
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
56
60
|
"eslint-plugin-only-error": "^1.0.2",
|
|
57
|
-
"eslint-plugin-pnpm": "^1.
|
|
61
|
+
"eslint-plugin-pnpm": "^1.1.1",
|
|
58
62
|
"eslint-plugin-promise": "^7.2.1",
|
|
59
|
-
"eslint-plugin-regexp": "^2.
|
|
63
|
+
"eslint-plugin-regexp": "^2.10.0",
|
|
60
64
|
"eslint-plugin-solid": "^0.14.5",
|
|
61
65
|
"eslint-plugin-toml": "^0.12.0",
|
|
62
|
-
"eslint-plugin-unicorn": "^
|
|
63
|
-
"eslint-plugin-unused-imports": "^4.
|
|
64
|
-
"eslint-plugin-vue": "^10.
|
|
66
|
+
"eslint-plugin-unicorn": "^61.0.2",
|
|
67
|
+
"eslint-plugin-unused-imports": "^4.2.0",
|
|
68
|
+
"eslint-plugin-vue": "^10.4.0",
|
|
65
69
|
"eslint-plugin-yml": "^1.18.0",
|
|
66
|
-
"globals": "^16.
|
|
70
|
+
"globals": "^16.4.0",
|
|
67
71
|
"jsonc-eslint-parser": "^2.4.0",
|
|
68
|
-
"local-pkg": "^1.1.
|
|
72
|
+
"local-pkg": "^1.1.2",
|
|
69
73
|
"toml-eslint-parser": "^0.10.0",
|
|
70
|
-
"typescript-eslint": "^8.
|
|
71
|
-
"vue-eslint-parser": "^10.
|
|
74
|
+
"typescript-eslint": "^8.44.0",
|
|
75
|
+
"vue-eslint-parser": "^10.2.0",
|
|
72
76
|
"yaml-eslint-parser": "^1.3.0",
|
|
73
|
-
"@so1ve/eslint-plugin": "3.
|
|
74
|
-
"@so1ve/eslint-plugin-sort-imports": "3.
|
|
75
|
-
},
|
|
76
|
-
"devDependencies": {
|
|
77
|
-
"@typescript-eslint/utils": "^8.34.0"
|
|
77
|
+
"@so1ve/eslint-plugin": "3.9.1",
|
|
78
|
+
"@so1ve/eslint-plugin-sort-imports": "3.9.1"
|
|
78
79
|
},
|
|
79
80
|
"peerDependencies": {
|
|
80
|
-
"eslint": "^9",
|
|
81
|
-
"prettier": "^3"
|
|
81
|
+
"eslint": "^9.35.0",
|
|
82
|
+
"prettier": "^3.6.2"
|
|
82
83
|
},
|
|
83
84
|
"scripts": {
|
|
84
85
|
"build": "tsdown && nr typegen",
|