@lincy/eslint-config 6.5.2 → 7.1.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/README.md +1 -0
- package/dist/index.cjs +178 -275
- package/dist/index.d.cts +1694 -2150
- package/dist/index.d.mts +1693 -2149
- package/dist/index.mjs +153 -249
- package/package.json +46 -42
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lincy/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "7.1.0",
|
|
5
5
|
"description": "LinCenYing's ESLint config",
|
|
6
6
|
"author": "LinCenYing <lincenying@gmail.com> (https://github.com/lincenying/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
],
|
|
12
12
|
"exports": {
|
|
13
13
|
".": {
|
|
14
|
-
"
|
|
15
|
-
"
|
|
14
|
+
"import": "./dist/index.mjs",
|
|
15
|
+
"require": "./dist/index.cjs"
|
|
16
16
|
},
|
|
17
17
|
"./package.json": "./package.json"
|
|
18
18
|
},
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"dist"
|
|
24
24
|
],
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@eslint-react/eslint-plugin": "^
|
|
26
|
+
"@eslint-react/eslint-plugin": "^3.0.0",
|
|
27
27
|
"@next/eslint-plugin-next": ">=15.0.0",
|
|
28
28
|
"@prettier/plugin-xml": "^3.4.1",
|
|
29
29
|
"@unocss/eslint-plugin": ">=0.50.0",
|
|
30
|
-
"eslint": "^10.0.0",
|
|
30
|
+
"eslint": "^9.10.0 || ^10.0.0",
|
|
31
31
|
"eslint-plugin-format": ">=0.1.0",
|
|
32
32
|
"eslint-plugin-react-hooks": "^7.0.0",
|
|
33
33
|
"eslint-plugin-react-refresh": "^0.4.19"
|
|
@@ -57,34 +57,35 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@antfu/install-pkg": "^1.1.0",
|
|
60
|
-
"@clack/prompts": "^1.0
|
|
61
|
-
"@
|
|
62
|
-
"@eslint/
|
|
63
|
-
"@
|
|
64
|
-
"@
|
|
65
|
-
"@typescript-eslint/
|
|
66
|
-
"@
|
|
67
|
-
"eslint-
|
|
68
|
-
"eslint-flat-
|
|
60
|
+
"@clack/prompts": "^1.2.0",
|
|
61
|
+
"@e18e/eslint-plugin": "^0.3.0",
|
|
62
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
63
|
+
"@eslint/markdown": "^8.0.1",
|
|
64
|
+
"@stylistic/eslint-plugin": "^5.10.0",
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^8.59.0",
|
|
66
|
+
"@typescript-eslint/parser": "^8.59.0",
|
|
67
|
+
"@vitest/eslint-plugin": "^1.6.16",
|
|
68
|
+
"eslint-config-flat-gitignore": "^2.3.0",
|
|
69
|
+
"eslint-flat-config-utils": "^3.1.0",
|
|
69
70
|
"eslint-merge-processors": "^2.0.0",
|
|
70
71
|
"eslint-parser-plain": "^0.1.1",
|
|
71
72
|
"eslint-plugin-antfu": "^3.2.2",
|
|
72
73
|
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
73
|
-
"eslint-plugin-import-lite": "^0.
|
|
74
|
-
"eslint-plugin-jsdoc": "^62.
|
|
75
|
-
"eslint-plugin-jsonc": "^3.1.
|
|
74
|
+
"eslint-plugin-import-lite": "^0.6.0",
|
|
75
|
+
"eslint-plugin-jsdoc": "^62.9.0",
|
|
76
|
+
"eslint-plugin-jsonc": "^3.1.2",
|
|
76
77
|
"eslint-plugin-n": "^17.24.0",
|
|
77
78
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
78
|
-
"eslint-plugin-perfectionist": "^5.
|
|
79
|
+
"eslint-plugin-perfectionist": "^5.9.0",
|
|
79
80
|
"eslint-plugin-pnpm": "^1.6.0",
|
|
80
|
-
"eslint-plugin-regexp": "^3.
|
|
81
|
-
"eslint-plugin-toml": "^1.3.
|
|
82
|
-
"eslint-plugin-unicorn": "^
|
|
81
|
+
"eslint-plugin-regexp": "^3.1.0",
|
|
82
|
+
"eslint-plugin-toml": "^1.3.1",
|
|
83
|
+
"eslint-plugin-unicorn": "^64.0.0",
|
|
83
84
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
84
|
-
"eslint-plugin-vue": "^10.
|
|
85
|
-
"eslint-plugin-yml": "^3.3.
|
|
85
|
+
"eslint-plugin-vue": "^10.9.0",
|
|
86
|
+
"eslint-plugin-yml": "^3.3.1",
|
|
86
87
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
87
|
-
"globals": "^17.
|
|
88
|
+
"globals": "^17.5.0",
|
|
88
89
|
"jsonc-eslint-parser": "^3.1.0",
|
|
89
90
|
"local-pkg": "^1.1.2",
|
|
90
91
|
"toml-eslint-parser": "^1.0.3",
|
|
@@ -92,34 +93,34 @@
|
|
|
92
93
|
"yaml-eslint-parser": "^2.0.0"
|
|
93
94
|
},
|
|
94
95
|
"devDependencies": {
|
|
95
|
-
"@antfu/ni": "^
|
|
96
|
-
"@eslint-react/eslint-plugin": "^
|
|
97
|
-
"@eslint/config-inspector": "^1.
|
|
98
|
-
"@next/eslint-plugin-next": "^16.
|
|
96
|
+
"@antfu/ni": "^30.0.0",
|
|
97
|
+
"@eslint-react/eslint-plugin": "^3.0.0",
|
|
98
|
+
"@eslint/config-inspector": "^1.5.0",
|
|
99
|
+
"@next/eslint-plugin-next": "^16.2.4",
|
|
99
100
|
"@prettier/plugin-xml": "^3.4.2",
|
|
100
101
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
101
|
-
"@types/node": "^25.
|
|
102
|
+
"@types/node": "^25.6.0",
|
|
102
103
|
"@types/react": "^19.2.14",
|
|
103
|
-
"@unocss/eslint-plugin": "^66.6.
|
|
104
|
-
"bumpp": "^
|
|
105
|
-
"eslint": "^10.
|
|
104
|
+
"@unocss/eslint-plugin": "^66.6.8",
|
|
105
|
+
"bumpp": "^11.0.1",
|
|
106
|
+
"eslint": "^10.2.1",
|
|
106
107
|
"eslint-plugin-format": "^2.0.1",
|
|
107
|
-
"eslint-plugin-react-hooks": "^7.
|
|
108
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
108
109
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
109
110
|
"eslint-typegen": "^2.3.1",
|
|
110
111
|
"esno": "^4.8.0",
|
|
111
112
|
"execa": "^9.6.1",
|
|
112
113
|
"find-up-simple": "^1.0.1",
|
|
113
|
-
"lint-staged": "^16.
|
|
114
|
-
"prettier": "^3.8.
|
|
115
|
-
"react": "^19.2.
|
|
114
|
+
"lint-staged": "^16.4.0",
|
|
115
|
+
"prettier": "^3.8.3",
|
|
116
|
+
"react": "^19.2.5",
|
|
116
117
|
"simple-open-url": "^3.0.1",
|
|
117
|
-
"tinyglobby": "^0.2.
|
|
118
|
-
"tsdown": "^0.
|
|
119
|
-
"typescript": "^
|
|
120
|
-
"vitest": "^4.
|
|
121
|
-
"vue": "^3.5.
|
|
122
|
-
"@lincy/eslint-config": "
|
|
118
|
+
"tinyglobby": "^0.2.16",
|
|
119
|
+
"tsdown": "^0.21.9",
|
|
120
|
+
"typescript": "^6.0.3",
|
|
121
|
+
"vitest": "^4.1.5",
|
|
122
|
+
"vue": "^3.5.32",
|
|
123
|
+
"@lincy/eslint-config": "7.1.0"
|
|
123
124
|
},
|
|
124
125
|
"resolutions": {
|
|
125
126
|
"@eslint-community/eslint-utils": "catalog:peer",
|
|
@@ -133,6 +134,9 @@
|
|
|
133
134
|
"lint-staged[-del]": {
|
|
134
135
|
"*.{[jt]s?(x),vue,md}": "eslint --fix"
|
|
135
136
|
},
|
|
137
|
+
"inlinedDependencies": {
|
|
138
|
+
"find-up-simple": "1.0.1"
|
|
139
|
+
},
|
|
136
140
|
"publishConfig": {
|
|
137
141
|
"registry": "https://registry.npmjs.org/"
|
|
138
142
|
},
|