@lincy/eslint-config 5.8.1 → 6.0.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/dist/chunk-DWy1uDak.cjs +39 -0
- package/dist/index.cjs +92 -88
- package/dist/index.d.cts +756 -299
- package/dist/index.d.ts +757 -300
- package/dist/index.js +61 -50
- package/dist/lib-B2tdYoXA.cjs +10938 -0
- package/dist/lib-DMY_mkdT.js +10961 -0
- package/package.json +42 -41
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lincy/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "6.0.0",
|
|
5
5
|
"description": "LinCenYing's ESLint config",
|
|
6
6
|
"author": "LinCenYing <lincenying@gmail.com> (https://github.com/lincenying/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -58,70 +58,71 @@
|
|
|
58
58
|
"@antfu/install-pkg": "^1.1.0",
|
|
59
59
|
"@clack/prompts": "^0.11.0",
|
|
60
60
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
61
|
-
"@eslint/markdown": "^7.
|
|
62
|
-
"@stylistic/eslint-plugin": "^5.
|
|
63
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
64
|
-
"@typescript-eslint/parser": "^8.
|
|
65
|
-
"@vitest/eslint-plugin": "^1.3.
|
|
61
|
+
"@eslint/markdown": "^7.4.0",
|
|
62
|
+
"@stylistic/eslint-plugin": "^5.4.0",
|
|
63
|
+
"@typescript-eslint/eslint-plugin": "^8.46.1",
|
|
64
|
+
"@typescript-eslint/parser": "^8.46.1",
|
|
65
|
+
"@vitest/eslint-plugin": "^1.3.20",
|
|
66
66
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
67
|
-
"eslint-flat-config-utils": "^2.1.
|
|
67
|
+
"eslint-flat-config-utils": "^2.1.4",
|
|
68
68
|
"eslint-merge-processors": "^2.0.0",
|
|
69
69
|
"eslint-parser-plain": "^0.1.1",
|
|
70
70
|
"eslint-plugin-antfu": "^3.1.1",
|
|
71
71
|
"eslint-plugin-import-lite": "^0.3.0",
|
|
72
|
-
"eslint-plugin-jsdoc": "^
|
|
73
|
-
"eslint-plugin-jsonc": "^2.
|
|
74
|
-
"eslint-plugin-n": "^17.
|
|
72
|
+
"eslint-plugin-jsdoc": "^60.8.3",
|
|
73
|
+
"eslint-plugin-jsonc": "^2.21.0",
|
|
74
|
+
"eslint-plugin-n": "^17.23.1",
|
|
75
75
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
76
|
-
"eslint-plugin-perfectionist": "^4.15.
|
|
77
|
-
"eslint-plugin-pnpm": "^1.
|
|
78
|
-
"eslint-plugin-regexp": "^2.
|
|
76
|
+
"eslint-plugin-perfectionist": "^4.15.1",
|
|
77
|
+
"eslint-plugin-pnpm": "^1.2.0",
|
|
78
|
+
"eslint-plugin-regexp": "^2.10.0",
|
|
79
79
|
"eslint-plugin-toml": "^0.12.0",
|
|
80
|
-
"eslint-plugin-unicorn": "^
|
|
81
|
-
"eslint-plugin-unused-imports": "^4.
|
|
82
|
-
"eslint-plugin-vue": "^10.
|
|
83
|
-
"eslint-plugin-yml": "^1.
|
|
80
|
+
"eslint-plugin-unicorn": "^61.0.2",
|
|
81
|
+
"eslint-plugin-unused-imports": "^4.2.0",
|
|
82
|
+
"eslint-plugin-vue": "^10.5.1",
|
|
83
|
+
"eslint-plugin-yml": "^1.19.0",
|
|
84
84
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
85
|
-
"globals": "^16.
|
|
86
|
-
"jsonc-eslint-parser": "^2.4.
|
|
87
|
-
"local-pkg": "^1.1.
|
|
85
|
+
"globals": "^16.4.0",
|
|
86
|
+
"jsonc-eslint-parser": "^2.4.1",
|
|
87
|
+
"local-pkg": "^1.1.2",
|
|
88
88
|
"prompts": "^2.4.2",
|
|
89
89
|
"toml-eslint-parser": "^0.10.0",
|
|
90
90
|
"vue-eslint-parser": "^10.2.0",
|
|
91
91
|
"yaml-eslint-parser": "^1.3.0"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@antfu/ni": "^
|
|
95
|
-
"@eslint-react/eslint-plugin": "^
|
|
94
|
+
"@antfu/ni": "^26.1.0",
|
|
95
|
+
"@eslint-react/eslint-plugin": "^2.2.2",
|
|
96
96
|
"@eslint-types/typescript-eslint": "^7.5.0",
|
|
97
97
|
"@eslint-types/unicorn": "^52.0.0",
|
|
98
|
-
"@eslint/config-inspector": "^1.
|
|
99
|
-
"@next/eslint-plugin-next": "^15.
|
|
98
|
+
"@eslint/config-inspector": "^1.3.0",
|
|
99
|
+
"@next/eslint-plugin-next": "^15.5.5",
|
|
100
100
|
"@prettier/plugin-xml": "^3.4.2",
|
|
101
101
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
102
|
-
"@types/node": "^24.
|
|
103
|
-
"@types/react": "^19.
|
|
104
|
-
"@unocss/eslint-plugin": "^66.
|
|
105
|
-
"bumpp": "^10.
|
|
106
|
-
"eslint": "^9.
|
|
107
|
-
"eslint-plugin-
|
|
108
|
-
"eslint-plugin-
|
|
109
|
-
"eslint-plugin-react-
|
|
110
|
-
"eslint-
|
|
102
|
+
"@types/node": "^24.7.2",
|
|
103
|
+
"@types/react": "^19.2.2",
|
|
104
|
+
"@unocss/eslint-plugin": "^66.5.4",
|
|
105
|
+
"bumpp": "^10.3.1",
|
|
106
|
+
"eslint": "^9.37.0",
|
|
107
|
+
"eslint-plugin-erasable-syntax-only": "^0.3.1",
|
|
108
|
+
"eslint-plugin-format": "^1.0.2",
|
|
109
|
+
"eslint-plugin-react-hooks": "^7.0.0",
|
|
110
|
+
"eslint-plugin-react-refresh": "^0.4.24",
|
|
111
|
+
"eslint-typegen": "^2.3.0",
|
|
111
112
|
"esno": "^4.8.0",
|
|
112
113
|
"execa": "^9.6.0",
|
|
113
|
-
"lint-staged": "^16.
|
|
114
|
+
"lint-staged": "^16.2.4",
|
|
114
115
|
"prettier": "^3.6.2",
|
|
115
|
-
"react": "^19.
|
|
116
|
-
"simple-git-hooks": "^2.13.
|
|
116
|
+
"react": "^19.2.0",
|
|
117
|
+
"simple-git-hooks": "^2.13.1",
|
|
117
118
|
"simple-open-url": "^3.0.1",
|
|
118
119
|
"sucrase": "^3.35.0",
|
|
119
|
-
"tinyglobby": "^0.2.
|
|
120
|
-
"tsdown": "^0.
|
|
121
|
-
"typescript": "^5.
|
|
120
|
+
"tinyglobby": "^0.2.15",
|
|
121
|
+
"tsdown": "^0.15.7",
|
|
122
|
+
"typescript": "^5.9.3",
|
|
122
123
|
"vitest": "^3.2.4",
|
|
123
|
-
"vue": "^3.5.
|
|
124
|
-
"@lincy/eslint-config": "
|
|
124
|
+
"vue": "^3.5.22",
|
|
125
|
+
"@lincy/eslint-config": "6.0.0"
|
|
125
126
|
},
|
|
126
127
|
"simple-git-hooks": {
|
|
127
128
|
"pre-commit": "npx lint-staged"
|