@so1ve/eslint-config 2.0.0 → 3.0.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.d.ts +52 -50
- package/dist/index.js +33462 -0
- package/package.json +31 -33
- package/dist/index.mjs +0 -1633
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@so1ve/eslint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Ray's eslint config.",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"exports": {
|
|
21
21
|
".": {
|
|
22
22
|
"types": "./dist/index.d.ts",
|
|
23
|
-
"import": "./dist/index.
|
|
23
|
+
"import": "./dist/index.js"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
|
-
"main": "./dist/index.
|
|
26
|
+
"main": "./dist/index.js",
|
|
27
27
|
"types": "./dist/index.d.ts",
|
|
28
28
|
"files": [
|
|
29
29
|
"dist"
|
|
@@ -32,58 +32,56 @@
|
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.
|
|
36
|
-
"@html-eslint/eslint-plugin": "^0.
|
|
37
|
-
"@html-eslint/parser": "^0.
|
|
38
|
-
"@stylistic/eslint-plugin": "^1.
|
|
39
|
-
"@unocss/eslint-config": "^0.
|
|
40
|
-
"eslint-config-flat-gitignore": "^0.1.
|
|
35
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
|
|
36
|
+
"@html-eslint/eslint-plugin": "^0.24.1",
|
|
37
|
+
"@html-eslint/parser": "^0.24.1",
|
|
38
|
+
"@stylistic/eslint-plugin": "^2.1.0",
|
|
39
|
+
"@unocss/eslint-config": "^0.60.4",
|
|
40
|
+
"eslint-config-flat-gitignore": "^0.1.5",
|
|
41
41
|
"eslint-define-config": "^1.21.0",
|
|
42
|
+
"eslint-flat-config-utils": "^0.2.5",
|
|
42
43
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
43
44
|
"eslint-mdx": "^2.3.4",
|
|
44
45
|
"eslint-plugin-array-func": "^5.0.1",
|
|
45
46
|
"eslint-plugin-case-police": "^0.6.1",
|
|
46
|
-
"eslint-plugin-etc": "^2.0.3",
|
|
47
47
|
"eslint-plugin-html": "^7.1.0",
|
|
48
|
-
"eslint-plugin-i": "2.29.0",
|
|
49
48
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
50
|
-
"eslint-plugin-
|
|
51
|
-
"eslint-plugin-jsonc": "^2.13.0",
|
|
49
|
+
"eslint-plugin-jsonc": "^2.16.0",
|
|
52
50
|
"eslint-plugin-mdx": "^2.3.4",
|
|
53
|
-
"eslint-plugin-n": "^
|
|
51
|
+
"eslint-plugin-n": "^17.8.1",
|
|
54
52
|
"eslint-plugin-no-await-in-promise": "1.1.5",
|
|
55
53
|
"eslint-plugin-no-explicit-type-exports": "^0.12.1",
|
|
56
54
|
"eslint-plugin-no-only-tests": "^3.1.0",
|
|
57
55
|
"eslint-plugin-only-error": "^1.0.2",
|
|
58
|
-
"eslint-plugin-promise": "^6.
|
|
59
|
-
"eslint-plugin-regexp": "^2.
|
|
60
|
-
"eslint-plugin-solid": "^0.
|
|
61
|
-
"eslint-plugin-toml": "^0.
|
|
62
|
-
"eslint-plugin-unicorn": "^
|
|
63
|
-
"eslint-plugin-unused-imports": "^
|
|
64
|
-
"eslint-plugin-vitest": "^0.
|
|
65
|
-
"eslint-plugin-vue": "^9.
|
|
66
|
-
"eslint-plugin-yml": "^1.
|
|
67
|
-
"globals": "^
|
|
56
|
+
"eslint-plugin-promise": "^6.2.0",
|
|
57
|
+
"eslint-plugin-regexp": "^2.6.0",
|
|
58
|
+
"eslint-plugin-solid": "^0.14.0",
|
|
59
|
+
"eslint-plugin-toml": "^0.11.0",
|
|
60
|
+
"eslint-plugin-unicorn": "^53.0.0",
|
|
61
|
+
"eslint-plugin-unused-imports": "^4.0.0",
|
|
62
|
+
"eslint-plugin-vitest": "^0.5.4",
|
|
63
|
+
"eslint-plugin-vue": "^9.26.0",
|
|
64
|
+
"eslint-plugin-yml": "^1.14.0",
|
|
65
|
+
"globals": "^15.4.0",
|
|
68
66
|
"jsonc-eslint-parser": "^2.4.0",
|
|
69
67
|
"local-pkg": "^0.5.0",
|
|
70
68
|
"toml-eslint-parser": "^0.9.3",
|
|
71
|
-
"typescript-eslint": "^7.
|
|
72
|
-
"vue-eslint-parser": "^9.4.
|
|
73
|
-
"yaml-eslint-parser": "^1.2.
|
|
74
|
-
"@so1ve/eslint-plugin": "
|
|
75
|
-
"@so1ve/eslint-plugin-sort-imports": "
|
|
69
|
+
"typescript-eslint": "^7.12.0",
|
|
70
|
+
"vue-eslint-parser": "^9.4.3",
|
|
71
|
+
"yaml-eslint-parser": "^1.2.3",
|
|
72
|
+
"@so1ve/eslint-plugin": "3.0.0",
|
|
73
|
+
"@so1ve/eslint-plugin-sort-imports": "3.0.0"
|
|
76
74
|
},
|
|
77
75
|
"devDependencies": {
|
|
78
|
-
"@typescript-eslint/utils": "^7.
|
|
79
|
-
"eslint": "^
|
|
76
|
+
"@typescript-eslint/utils": "^7.12.0",
|
|
77
|
+
"eslint-plugin-import-x": "^0.4.4"
|
|
80
78
|
},
|
|
81
79
|
"peerDependencies": {
|
|
82
80
|
"eslint": ">=8.40.0",
|
|
83
81
|
"prettier": "^3.0.0"
|
|
84
82
|
},
|
|
85
83
|
"scripts": {
|
|
86
|
-
"build": "
|
|
87
|
-
"watch": "
|
|
84
|
+
"build": "tsup",
|
|
85
|
+
"watch": "tsup --watch"
|
|
88
86
|
}
|
|
89
87
|
}
|