@coderwyd/eslint-config 2.5.0-beta.1 → 2.5.0-beta.2
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/cli.cjs +1 -2
- package/dist/cli.js +1 -2
- package/package.json +2 -6
package/dist/cli.cjs
CHANGED
|
@@ -46,7 +46,7 @@ var import_parse_gitignore = __toESM(require("parse-gitignore"), 1);
|
|
|
46
46
|
var import_picocolors = __toESM(require("picocolors"), 1);
|
|
47
47
|
|
|
48
48
|
// package.json
|
|
49
|
-
var version = "2.5.0-beta.
|
|
49
|
+
var version = "2.5.0-beta.2";
|
|
50
50
|
var devDependencies = {
|
|
51
51
|
"@antfu/ni": "^0.21.12",
|
|
52
52
|
"@eslint-react/eslint-plugin": "^1.5.12",
|
|
@@ -60,7 +60,6 @@ var devDependencies = {
|
|
|
60
60
|
"@unocss/eslint-plugin": "^0.60.2",
|
|
61
61
|
bumpp: "^9.4.1",
|
|
62
62
|
eslint: "^9.3.0",
|
|
63
|
-
"eslint-plugin-format": "^0.1.1",
|
|
64
63
|
"eslint-plugin-react": "^7.34.1",
|
|
65
64
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
66
65
|
"eslint-plugin-react-refresh": "^0.4.7",
|
package/dist/cli.js
CHANGED
|
@@ -17,7 +17,7 @@ import parse from "parse-gitignore";
|
|
|
17
17
|
import c from "picocolors";
|
|
18
18
|
|
|
19
19
|
// package.json
|
|
20
|
-
var version = "2.5.0-beta.
|
|
20
|
+
var version = "2.5.0-beta.2";
|
|
21
21
|
var devDependencies = {
|
|
22
22
|
"@antfu/ni": "^0.21.12",
|
|
23
23
|
"@eslint-react/eslint-plugin": "^1.5.12",
|
|
@@ -31,7 +31,6 @@ var devDependencies = {
|
|
|
31
31
|
"@unocss/eslint-plugin": "^0.60.2",
|
|
32
32
|
bumpp: "^9.4.1",
|
|
33
33
|
eslint: "^9.3.0",
|
|
34
|
-
"eslint-plugin-format": "^0.1.1",
|
|
35
34
|
"eslint-plugin-react": "^7.34.1",
|
|
36
35
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
37
36
|
"eslint-plugin-react-refresh": "^0.4.7",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coderwyd/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.5.0-beta.
|
|
4
|
+
"version": "2.5.0-beta.2",
|
|
5
5
|
"description": "Donny's ESLint config",
|
|
6
6
|
"author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -38,7 +38,6 @@
|
|
|
38
38
|
"@eslint-react/eslint-plugin": "^1.5.8",
|
|
39
39
|
"@unocss/eslint-plugin": ">=0.50.0",
|
|
40
40
|
"eslint": "^8.56.0 || ^9.0.0",
|
|
41
|
-
"eslint-plugin-format": ">=0.1.0",
|
|
42
41
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
43
42
|
"eslint-plugin-react-refresh": "^0.4.4",
|
|
44
43
|
"eslint-plugin-svelte": "^2.34.1",
|
|
@@ -51,9 +50,6 @@
|
|
|
51
50
|
"@unocss/eslint-plugin": {
|
|
52
51
|
"optional": true
|
|
53
52
|
},
|
|
54
|
-
"eslint-plugin-format": {
|
|
55
|
-
"optional": true
|
|
56
|
-
},
|
|
57
53
|
"eslint-plugin-react-hooks": {
|
|
58
54
|
"optional": true
|
|
59
55
|
},
|
|
@@ -78,6 +74,7 @@
|
|
|
78
74
|
"eslint-plugin-antfu": "^2.2.0",
|
|
79
75
|
"eslint-plugin-command": "^0.2.3",
|
|
80
76
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
77
|
+
"eslint-plugin-format": "^0.1.1",
|
|
81
78
|
"eslint-plugin-import-x": "^0.5.0",
|
|
82
79
|
"eslint-plugin-jsdoc": "^48.2.5",
|
|
83
80
|
"eslint-plugin-jsonc": "^2.15.1",
|
|
@@ -115,7 +112,6 @@
|
|
|
115
112
|
"@unocss/eslint-plugin": "^0.60.2",
|
|
116
113
|
"bumpp": "^9.4.1",
|
|
117
114
|
"eslint": "^9.3.0",
|
|
118
|
-
"eslint-plugin-format": "^0.1.1",
|
|
119
115
|
"eslint-plugin-react": "^7.34.1",
|
|
120
116
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
121
117
|
"eslint-plugin-react-refresh": "^0.4.7",
|