@lincy/eslint-config 5.5.2 → 5.6.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 +8 -0
- package/dist/index.cjs +2062 -2537
- package/dist/index.d.cts +9141 -9429
- package/dist/index.d.ts +9141 -9429
- package/dist/index.js +1977 -2436
- package/package.json +45 -45
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.6.1",
|
|
5
5
|
"description": "LinCenYing's ESLint config",
|
|
6
6
|
"author": "LinCenYing <lincenying@gmail.com> (https://github.com/lincenying/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -51,72 +51,72 @@
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@antfu/install-pkg": "^1.
|
|
55
|
-
"@clack/prompts": "^0.
|
|
56
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.
|
|
57
|
-
"@eslint/markdown": "^6.
|
|
58
|
-
"@stylistic/eslint-plugin": "4.
|
|
59
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
60
|
-
"@typescript-eslint/parser": "^8.
|
|
61
|
-
"@vitest/eslint-plugin": "^1.1
|
|
54
|
+
"@antfu/install-pkg": "^1.1.0",
|
|
55
|
+
"@clack/prompts": "^0.11.0",
|
|
56
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
57
|
+
"@eslint/markdown": "^6.5.0",
|
|
58
|
+
"@stylistic/eslint-plugin": "^4.4.1",
|
|
59
|
+
"@typescript-eslint/eslint-plugin": "^8.34.0",
|
|
60
|
+
"@typescript-eslint/parser": "^8.34.0",
|
|
61
|
+
"@vitest/eslint-plugin": "^1.2.1",
|
|
62
62
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
63
|
-
"eslint-flat-config-utils": "^2.0
|
|
63
|
+
"eslint-flat-config-utils": "^2.1.0",
|
|
64
64
|
"eslint-merge-processors": "^2.0.0",
|
|
65
65
|
"eslint-parser-plain": "^0.1.1",
|
|
66
66
|
"eslint-plugin-antfu": "^3.1.1",
|
|
67
|
-
"eslint-plugin-import-x": "^4.
|
|
68
|
-
"eslint-plugin-jsdoc": "^50.
|
|
69
|
-
"eslint-plugin-jsonc": "^2.
|
|
70
|
-
"eslint-plugin-n": "^17.
|
|
67
|
+
"eslint-plugin-import-x": "^4.15.1",
|
|
68
|
+
"eslint-plugin-jsdoc": "^50.7.1",
|
|
69
|
+
"eslint-plugin-jsonc": "^2.20.1",
|
|
70
|
+
"eslint-plugin-n": "^17.19.0",
|
|
71
71
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
72
|
-
"eslint-plugin-perfectionist": "^4.
|
|
72
|
+
"eslint-plugin-perfectionist": "^4.14.0",
|
|
73
73
|
"eslint-plugin-pnpm": "^0.3.1",
|
|
74
|
-
"eslint-plugin-regexp": "^2.
|
|
74
|
+
"eslint-plugin-regexp": "^2.9.0",
|
|
75
75
|
"eslint-plugin-toml": "^0.12.0",
|
|
76
|
-
"eslint-plugin-unicorn": "
|
|
76
|
+
"eslint-plugin-unicorn": "^59.0.1",
|
|
77
77
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
78
|
-
"eslint-plugin-vue": "^10.
|
|
79
|
-
"eslint-plugin-yml": "^1.
|
|
78
|
+
"eslint-plugin-vue": "^10.2.0",
|
|
79
|
+
"eslint-plugin-yml": "^1.18.0",
|
|
80
80
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
81
|
-
"globals": "^16.
|
|
81
|
+
"globals": "^16.2.0",
|
|
82
82
|
"jsonc-eslint-parser": "^2.4.0",
|
|
83
83
|
"local-pkg": "^1.1.1",
|
|
84
84
|
"prompts": "^2.4.2",
|
|
85
85
|
"toml-eslint-parser": "^0.10.0",
|
|
86
|
-
"vue-eslint-parser": "^10.1.
|
|
86
|
+
"vue-eslint-parser": "^10.1.3",
|
|
87
87
|
"yaml-eslint-parser": "^1.3.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
|
-
"@antfu/ni": "^
|
|
91
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
92
|
-
"@eslint-types/jsdoc": "48.2.2",
|
|
90
|
+
"@antfu/ni": "^25.0.0",
|
|
91
|
+
"@eslint-react/eslint-plugin": "^1.51.3",
|
|
93
92
|
"@eslint-types/typescript-eslint": "^7.5.0",
|
|
94
93
|
"@eslint-types/unicorn": "^52.0.0",
|
|
95
|
-
"@eslint/config-inspector": "^1.0
|
|
94
|
+
"@eslint/config-inspector": "^1.1.0",
|
|
96
95
|
"@prettier/plugin-xml": "^3.4.1",
|
|
97
|
-
"@stylistic/eslint-plugin-migrate": "^4.
|
|
98
|
-
"@types/node": "^
|
|
99
|
-
"@types/react": "^19.
|
|
100
|
-
"@unocss/eslint-plugin": "^66.1.
|
|
101
|
-
"bumpp": "^10.1.
|
|
102
|
-
"eslint": "^9.
|
|
96
|
+
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
97
|
+
"@types/node": "^24.0.0",
|
|
98
|
+
"@types/react": "^19.1.7",
|
|
99
|
+
"@unocss/eslint-plugin": "^66.1.4",
|
|
100
|
+
"bumpp": "^10.1.1",
|
|
101
|
+
"eslint": "^9.28.0",
|
|
103
102
|
"eslint-plugin-format": "^1.0.1",
|
|
104
103
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
105
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
106
|
-
"eslint-typegen": "^2.
|
|
104
|
+
"eslint-plugin-react-refresh": "^0.4.20",
|
|
105
|
+
"eslint-typegen": "^2.2.0",
|
|
107
106
|
"esno": "^4.8.0",
|
|
108
|
-
"
|
|
107
|
+
"execa": "^9.6.0",
|
|
108
|
+
"lint-staged": "^16.1.0",
|
|
109
109
|
"prettier": "^3.5.3",
|
|
110
|
-
"react": "^19.
|
|
111
|
-
"simple-git-hooks": "^2.
|
|
110
|
+
"react": "^19.1.0",
|
|
111
|
+
"simple-git-hooks": "^2.13.0",
|
|
112
112
|
"simple-open-url": "^3.0.1",
|
|
113
113
|
"sucrase": "^3.35.0",
|
|
114
|
-
"tinyglobby": "^0.2.
|
|
115
|
-
"
|
|
116
|
-
"typescript": "^5.8.
|
|
117
|
-
"vitest": "^3.
|
|
118
|
-
"vue": "^3.5.
|
|
119
|
-
"@lincy/eslint-config": "5.
|
|
114
|
+
"tinyglobby": "^0.2.14",
|
|
115
|
+
"tsdown": "^0.12.7",
|
|
116
|
+
"typescript": "^5.8.3",
|
|
117
|
+
"vitest": "^3.2.3",
|
|
118
|
+
"vue": "^3.5.16",
|
|
119
|
+
"@lincy/eslint-config": "5.6.1"
|
|
120
120
|
},
|
|
121
121
|
"simple-git-hooks": {
|
|
122
122
|
"pre-commit": "npx lint-staged"
|
|
@@ -128,9 +128,9 @@
|
|
|
128
128
|
"registry": "https://registry.npmjs.org/"
|
|
129
129
|
},
|
|
130
130
|
"scripts": {
|
|
131
|
-
"build": "nr typegen &&
|
|
132
|
-
"stub": "
|
|
133
|
-
"watch": "
|
|
131
|
+
"build": "nr typegen && tsdown --format esm,cjs --clean --dts",
|
|
132
|
+
"stub": "tsdown src/index.ts --format esm",
|
|
133
|
+
"watch": "tsdown --format esm,cjs --watch",
|
|
134
134
|
"release": "bumpp && pnpm publish -r --access public",
|
|
135
135
|
"test": "vitest",
|
|
136
136
|
"typegen": "tsx scripts/typegen.ts",
|