@so1ve/eslint-config 3.12.0 → 3.15.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/{index-CPXgTZqf.d.ts → index.d.ts} +246 -146
- package/dist/index.js +343 -328
- package/package.json +20 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@so1ve/eslint-config",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.15.0",
|
|
4
4
|
"author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Ray's eslint config.",
|
|
@@ -33,21 +33,22 @@
|
|
|
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
|
-
"@typescript-eslint/parser": "^8.
|
|
40
|
-
"@typescript-eslint/utils": "^8.
|
|
41
|
-
"@unocss/eslint-config": "^66.5.
|
|
42
|
-
"@vitest/eslint-plugin": "^1.3
|
|
36
|
+
"@html-eslint/eslint-plugin": "^0.49.0",
|
|
37
|
+
"@html-eslint/parser": "^0.49.0",
|
|
38
|
+
"@stylistic/eslint-plugin": "^5.6.1",
|
|
39
|
+
"@typescript-eslint/parser": "^8.47.0",
|
|
40
|
+
"@typescript-eslint/utils": "^8.47.0",
|
|
41
|
+
"@unocss/eslint-config": "^66.5.9",
|
|
42
|
+
"@vitest/eslint-plugin": "^1.4.3",
|
|
43
43
|
"astro-eslint-parser": "^1.2.2",
|
|
44
44
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
45
45
|
"eslint-flat-config-utils": "^2.1.4",
|
|
46
46
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
47
47
|
"eslint-mdx": "^3.6.2",
|
|
48
48
|
"eslint-plugin-array-func": "^5.1.0",
|
|
49
|
-
"eslint-plugin-astro": "^1.
|
|
50
|
-
"eslint-plugin-case-police": "^2.
|
|
49
|
+
"eslint-plugin-astro": "^1.5.0",
|
|
50
|
+
"eslint-plugin-case-police": "^2.1.1",
|
|
51
|
+
"eslint-plugin-command": "^3.3.1",
|
|
51
52
|
"eslint-plugin-html": "^8.1.3",
|
|
52
53
|
"eslint-plugin-import-x": "^4.16.1",
|
|
53
54
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
@@ -59,27 +60,27 @@
|
|
|
59
60
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
60
61
|
"eslint-plugin-only-error": "^1.0.2",
|
|
61
62
|
"eslint-plugin-perfectionist": "^4.15.1",
|
|
62
|
-
"eslint-plugin-pnpm": "^1.
|
|
63
|
+
"eslint-plugin-pnpm": "^1.3.0",
|
|
63
64
|
"eslint-plugin-promise": "^7.2.1",
|
|
64
65
|
"eslint-plugin-regexp": "^2.10.0",
|
|
65
66
|
"eslint-plugin-solid": "^0.14.5",
|
|
66
67
|
"eslint-plugin-toml": "^0.12.0",
|
|
67
|
-
"eslint-plugin-unicorn": "^
|
|
68
|
-
"eslint-plugin-unused-imports": "^4.
|
|
69
|
-
"eslint-plugin-vue": "^10.5.
|
|
68
|
+
"eslint-plugin-unicorn": "^62.0.0",
|
|
69
|
+
"eslint-plugin-unused-imports": "^4.3.0",
|
|
70
|
+
"eslint-plugin-vue": "^10.5.1",
|
|
70
71
|
"eslint-plugin-yml": "^1.19.0",
|
|
71
|
-
"globals": "^16.
|
|
72
|
+
"globals": "^16.5.0",
|
|
72
73
|
"jsonc-eslint-parser": "^2.4.1",
|
|
73
74
|
"local-pkg": "^1.1.2",
|
|
74
75
|
"toml-eslint-parser": "^0.10.0",
|
|
75
|
-
"typescript-eslint": "^8.
|
|
76
|
+
"typescript-eslint": "^8.47.0",
|
|
76
77
|
"vue-eslint-parser": "^10.2.0",
|
|
77
78
|
"yaml-eslint-parser": "^1.3.0",
|
|
78
|
-
"@so1ve/eslint-plugin-sort-imports": "3.
|
|
79
|
-
"@so1ve/eslint-plugin": "3.
|
|
79
|
+
"@so1ve/eslint-plugin-sort-imports": "3.15.0",
|
|
80
|
+
"@so1ve/eslint-plugin": "3.15.0"
|
|
80
81
|
},
|
|
81
82
|
"peerDependencies": {
|
|
82
|
-
"eslint": "^9.
|
|
83
|
+
"eslint": "^9.39.1",
|
|
83
84
|
"prettier": "^3.6.2"
|
|
84
85
|
},
|
|
85
86
|
"scripts": {
|