@lincy/eslint-config 5.0.0 → 5.1.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/README.md +1 -2
- package/dist/index.cjs +731 -687
- package/dist/index.d.cts +461 -160
- package/dist/index.d.ts +461 -160
- package/dist/index.js +746 -704
- package/package.json +20 -21
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lincy/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.1.1",
|
|
5
5
|
"packageManager": "pnpm@9.1.0",
|
|
6
6
|
"description": "LinCenYing's ESLint config",
|
|
7
7
|
"author": "LinCenYing <lincenying@gmail.com> (https://github.com/lincenying/)",
|
|
@@ -70,27 +70,27 @@
|
|
|
70
70
|
"@antfu/install-pkg": "^0.4.1",
|
|
71
71
|
"@clack/prompts": "^0.7.0",
|
|
72
72
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
73
|
-
"@
|
|
74
|
-
"@
|
|
75
|
-
"@typescript-eslint/
|
|
76
|
-
"@
|
|
73
|
+
"@eslint/markdown": "^6.1.0",
|
|
74
|
+
"@stylistic/eslint-plugin": "2.8.0",
|
|
75
|
+
"@typescript-eslint/eslint-plugin": "8.5.0",
|
|
76
|
+
"@typescript-eslint/parser": "8.5.0",
|
|
77
|
+
"@vitest/eslint-plugin": "^1.1.3",
|
|
77
78
|
"eslint-config-flat-gitignore": "^0.3.0",
|
|
78
|
-
"eslint-flat-config-utils": "^0.
|
|
79
|
+
"eslint-flat-config-utils": "^0.4.0",
|
|
79
80
|
"eslint-merge-processors": "^0.1.0",
|
|
80
81
|
"eslint-parser-plain": "^0.1.0",
|
|
81
|
-
"eslint-plugin-antfu": "^2.
|
|
82
|
-
"eslint-plugin-import-x": "^4.
|
|
82
|
+
"eslint-plugin-antfu": "^2.6.0",
|
|
83
|
+
"eslint-plugin-import-x": "^4.2.1",
|
|
83
84
|
"eslint-plugin-jsdoc": "^50.2.2",
|
|
84
85
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
85
|
-
"eslint-plugin-markdown": "^5.1.0",
|
|
86
86
|
"eslint-plugin-n": "^17.10.2",
|
|
87
87
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
88
|
-
"eslint-plugin-perfectionist": "^3.
|
|
88
|
+
"eslint-plugin-perfectionist": "^3.5.0",
|
|
89
89
|
"eslint-plugin-regexp": "^2.6.0",
|
|
90
90
|
"eslint-plugin-toml": "^0.11.1",
|
|
91
91
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
92
92
|
"eslint-plugin-unused-imports": "^4.1.3",
|
|
93
|
-
"eslint-plugin-vue": "^9.
|
|
93
|
+
"eslint-plugin-vue": "^9.28.0",
|
|
94
94
|
"eslint-plugin-yml": "^1.14.0",
|
|
95
95
|
"eslint-processor-vue-blocks": "^0.1.2",
|
|
96
96
|
"globals": "^15.9.0",
|
|
@@ -103,27 +103,26 @@
|
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
105
|
"@antfu/ni": "^0.23.0",
|
|
106
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
106
|
+
"@eslint-react/eslint-plugin": "^1.14.1",
|
|
107
107
|
"@eslint-types/jsdoc": "48.2.2",
|
|
108
108
|
"@eslint-types/typescript-eslint": "^7.5.0",
|
|
109
109
|
"@eslint-types/unicorn": "^52.0.0",
|
|
110
110
|
"@eslint/config-inspector": "^0.5.4",
|
|
111
111
|
"@lincy/eslint-config": "workspace:*",
|
|
112
112
|
"@prettier/plugin-xml": "^3.4.1",
|
|
113
|
-
"@stylistic/eslint-plugin-migrate": "^2.
|
|
114
|
-
"@types/
|
|
115
|
-
"@types/node": "^22.5.1",
|
|
113
|
+
"@stylistic/eslint-plugin-migrate": "^2.8.0",
|
|
114
|
+
"@types/node": "^22.5.4",
|
|
116
115
|
"@types/prompts": "^2.4.9",
|
|
117
116
|
"@unocss/eslint-plugin": "^0.62.3",
|
|
118
117
|
"bumpp": "^9.5.2",
|
|
119
|
-
"eslint": "^9.
|
|
118
|
+
"eslint": "^9.10.0",
|
|
120
119
|
"eslint-plugin-format": "^0.1.2",
|
|
121
120
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
122
121
|
"eslint-plugin-react-refresh": "^0.4.11",
|
|
123
122
|
"eslint-ts-patch": "9.8.0-1",
|
|
124
|
-
"eslint-typegen": "^0.3.
|
|
123
|
+
"eslint-typegen": "^0.3.2",
|
|
125
124
|
"esno": "^4.7.0",
|
|
126
|
-
"lint-staged": "^15.2.
|
|
125
|
+
"lint-staged": "^15.2.10",
|
|
127
126
|
"prettier": "^3.3.3",
|
|
128
127
|
"react": "^18.3.1",
|
|
129
128
|
"rimraf": "^6.0.1",
|
|
@@ -131,10 +130,10 @@
|
|
|
131
130
|
"simple-open-url": "^3.0.1",
|
|
132
131
|
"sucrase": "^3.35.0",
|
|
133
132
|
"tsup": "^8.2.4",
|
|
134
|
-
"typescript": "^5.
|
|
133
|
+
"typescript": "^5.6.2",
|
|
135
134
|
"unbuild": "^2.0.0",
|
|
136
|
-
"vitest": "^2.0
|
|
137
|
-
"vue": "^3.4
|
|
135
|
+
"vitest": "^2.1.0",
|
|
136
|
+
"vue": "^3.5.4"
|
|
138
137
|
},
|
|
139
138
|
"pnpm": {
|
|
140
139
|
"peerDependencyRules": {
|