@lincy/eslint-config 6.3.0 → 6.3.3
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/package.json +76 -79
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lincy/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "6.3.
|
|
5
|
-
"packageManager": "pnpm@10.26.1",
|
|
4
|
+
"version": "6.3.3",
|
|
6
5
|
"description": "LinCenYing's ESLint config",
|
|
7
6
|
"author": "LinCenYing <lincenying@gmail.com> (https://github.com/lincenying/)",
|
|
8
7
|
"license": "MIT",
|
|
@@ -23,20 +22,6 @@
|
|
|
23
22
|
"files": [
|
|
24
23
|
"dist"
|
|
25
24
|
],
|
|
26
|
-
"scripts": {
|
|
27
|
-
"build": "nr typegen && tsdown --format esm,cjs --clean --dts",
|
|
28
|
-
"stub": "tsdown src/index.ts --format esm",
|
|
29
|
-
"watch": "tsdown --format esm,cjs --watch",
|
|
30
|
-
"postpublish": "simple-open-url https://npmmirror.com/package/@lincy/eslint-config",
|
|
31
|
-
"prepublishOnly": "nr build",
|
|
32
|
-
"release": "bumpp && pnpm publish -r --access public",
|
|
33
|
-
"test": "vitest",
|
|
34
|
-
"typegen": "tsx scripts/typegen.ts",
|
|
35
|
-
"lint": "pnpm run stub && eslint .",
|
|
36
|
-
"lint:fix": "eslint . --fix",
|
|
37
|
-
"lint:ts": "tsc --noEmit",
|
|
38
|
-
"prepare[-del]": "npx simple-git-hooks"
|
|
39
|
-
},
|
|
40
25
|
"peerDependencies": {
|
|
41
26
|
"@eslint-react/eslint-plugin": "^2.3.5",
|
|
42
27
|
"@next/eslint-plugin-next": ">=15.0.0",
|
|
@@ -71,70 +56,70 @@
|
|
|
71
56
|
}
|
|
72
57
|
},
|
|
73
58
|
"dependencies": {
|
|
74
|
-
"@antfu/install-pkg": "
|
|
75
|
-
"@clack/prompts": "
|
|
76
|
-
"@eslint-community/eslint-plugin-eslint-comments": "
|
|
77
|
-
"@eslint/markdown": "
|
|
78
|
-
"@stylistic/eslint-plugin": "
|
|
79
|
-
"@typescript-eslint/eslint-plugin": "
|
|
80
|
-
"@typescript-eslint/parser": "
|
|
81
|
-
"@vitest/eslint-plugin": "
|
|
82
|
-
"eslint-config-flat-gitignore": "
|
|
83
|
-
"eslint-flat-config-utils": "
|
|
84
|
-
"eslint-merge-processors": "
|
|
85
|
-
"eslint-parser-plain": "
|
|
86
|
-
"eslint-plugin-antfu": "
|
|
87
|
-
"eslint-plugin-erasable-syntax-only": "
|
|
88
|
-
"eslint-plugin-import-lite": "
|
|
89
|
-
"eslint-plugin-jsdoc": "
|
|
90
|
-
"eslint-plugin-jsonc": "
|
|
91
|
-
"eslint-plugin-n": "
|
|
92
|
-
"eslint-plugin-no-only-tests": "
|
|
93
|
-
"eslint-plugin-perfectionist": "
|
|
94
|
-
"eslint-plugin-pnpm": "
|
|
95
|
-
"eslint-plugin-regexp": "
|
|
96
|
-
"eslint-plugin-toml": "
|
|
97
|
-
"eslint-plugin-unicorn": "
|
|
98
|
-
"eslint-plugin-unused-imports": "
|
|
99
|
-
"eslint-plugin-vue": "
|
|
100
|
-
"eslint-plugin-yml": "
|
|
101
|
-
"eslint-processor-vue-blocks": "
|
|
102
|
-
"globals": "
|
|
103
|
-
"jsonc-eslint-parser": "
|
|
104
|
-
"local-pkg": "
|
|
105
|
-
"toml-eslint-parser": "
|
|
106
|
-
"vue-eslint-parser": "
|
|
107
|
-
"yaml-eslint-parser": "
|
|
59
|
+
"@antfu/install-pkg": "^1.1.0",
|
|
60
|
+
"@clack/prompts": "^0.11.0",
|
|
61
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
62
|
+
"@eslint/markdown": "^7.5.1",
|
|
63
|
+
"@stylistic/eslint-plugin": "^5.6.1",
|
|
64
|
+
"@typescript-eslint/eslint-plugin": "^8.50.0",
|
|
65
|
+
"@typescript-eslint/parser": "^8.50.0",
|
|
66
|
+
"@vitest/eslint-plugin": "^1.5.4",
|
|
67
|
+
"eslint-config-flat-gitignore": "^2.1.0",
|
|
68
|
+
"eslint-flat-config-utils": "^2.1.4",
|
|
69
|
+
"eslint-merge-processors": "^2.0.0",
|
|
70
|
+
"eslint-parser-plain": "^0.1.1",
|
|
71
|
+
"eslint-plugin-antfu": "^3.1.1",
|
|
72
|
+
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
73
|
+
"eslint-plugin-import-lite": "^0.3.1",
|
|
74
|
+
"eslint-plugin-jsdoc": "^61.5.0",
|
|
75
|
+
"eslint-plugin-jsonc": "^2.21.0",
|
|
76
|
+
"eslint-plugin-n": "^17.23.1",
|
|
77
|
+
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
78
|
+
"eslint-plugin-perfectionist": "^4.15.1",
|
|
79
|
+
"eslint-plugin-pnpm": "^1.4.3",
|
|
80
|
+
"eslint-plugin-regexp": "^2.10.0",
|
|
81
|
+
"eslint-plugin-toml": "^0.12.0",
|
|
82
|
+
"eslint-plugin-unicorn": "^62.0.0",
|
|
83
|
+
"eslint-plugin-unused-imports": "^4.3.0",
|
|
84
|
+
"eslint-plugin-vue": "^10.6.2",
|
|
85
|
+
"eslint-plugin-yml": "^1.19.1",
|
|
86
|
+
"eslint-processor-vue-blocks": "^2.0.0",
|
|
87
|
+
"globals": "^16.5.0",
|
|
88
|
+
"jsonc-eslint-parser": "^2.4.2",
|
|
89
|
+
"local-pkg": "^1.1.2",
|
|
90
|
+
"toml-eslint-parser": "^0.10.1",
|
|
91
|
+
"vue-eslint-parser": "^10.2.0",
|
|
92
|
+
"yaml-eslint-parser": "^1.3.2"
|
|
108
93
|
},
|
|
109
94
|
"devDependencies": {
|
|
110
|
-
"@antfu/ni": "
|
|
111
|
-
"@eslint-react/eslint-plugin": "
|
|
112
|
-
"@eslint/config-inspector": "
|
|
113
|
-
"@
|
|
114
|
-
"@
|
|
115
|
-
"@
|
|
116
|
-
"@
|
|
117
|
-
"@types/
|
|
118
|
-
"@
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"eslint": "
|
|
122
|
-
"eslint-plugin-
|
|
123
|
-
"eslint-plugin-react-
|
|
124
|
-
"eslint-
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
95
|
+
"@antfu/ni": "^28.0.0",
|
|
96
|
+
"@eslint-react/eslint-plugin": "^2.3.13",
|
|
97
|
+
"@eslint/config-inspector": "^1.4.2",
|
|
98
|
+
"@next/eslint-plugin-next": "^16.1.0",
|
|
99
|
+
"@prettier/plugin-xml": "^3.4.2",
|
|
100
|
+
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
101
|
+
"@types/node": "^24.10.4",
|
|
102
|
+
"@types/react": "^19.2.7",
|
|
103
|
+
"@unocss/eslint-plugin": "^66.5.10",
|
|
104
|
+
"bumpp": "^10.3.2",
|
|
105
|
+
"eslint": "^9.39.2",
|
|
106
|
+
"eslint-plugin-format": "^1.1.0",
|
|
107
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
108
|
+
"eslint-plugin-react-refresh": "^0.4.26",
|
|
109
|
+
"eslint-typegen": "^2.3.0",
|
|
110
|
+
"esno": "^4.8.0",
|
|
111
|
+
"execa": "^9.6.1",
|
|
112
|
+
"find-up-simple": "^1.0.1",
|
|
113
|
+
"lint-staged": "^16.2.7",
|
|
114
|
+
"prettier": "^3.7.4",
|
|
115
|
+
"react": "^19.2.3",
|
|
116
|
+
"simple-open-url": "^3.0.1",
|
|
117
|
+
"tinyglobby": "^0.2.15",
|
|
118
|
+
"tsdown": "^0.17.4",
|
|
119
|
+
"typescript": "^5.9.3",
|
|
120
|
+
"vitest": "^4.0.16",
|
|
121
|
+
"vue": "^3.5.26",
|
|
122
|
+
"@lincy/eslint-config": "6.3.3"
|
|
138
123
|
},
|
|
139
124
|
"resolutions": {
|
|
140
125
|
"@eslint-community/eslint-utils": "catalog:peer",
|
|
@@ -150,5 +135,17 @@
|
|
|
150
135
|
},
|
|
151
136
|
"publishConfig": {
|
|
152
137
|
"registry": "https://registry.npmjs.org/"
|
|
138
|
+
},
|
|
139
|
+
"scripts": {
|
|
140
|
+
"build": "nr typegen && tsdown --format esm,cjs --clean --dts",
|
|
141
|
+
"stub": "tsdown src/index.ts --format esm",
|
|
142
|
+
"watch": "tsdown --format esm,cjs --watch",
|
|
143
|
+
"release": "bumpp && pnpm publish -r --access public",
|
|
144
|
+
"test": "vitest",
|
|
145
|
+
"typegen": "tsx scripts/typegen.ts",
|
|
146
|
+
"lint": "pnpm run stub && eslint .",
|
|
147
|
+
"lint:fix": "eslint . --fix",
|
|
148
|
+
"lint:ts": "tsc --noEmit",
|
|
149
|
+
"prepare[-del]": "npx simple-git-hooks"
|
|
153
150
|
}
|
|
154
|
-
}
|
|
151
|
+
}
|