@lincy/eslint-config 3.7.0 → 4.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/README.md +65 -96
- package/dist/index.cjs +254 -120
- package/dist/index.d.cts +51 -55
- package/dist/index.d.ts +51 -55
- package/dist/index.js +260 -108
- package/package.json +14 -13
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lincy/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "4.0.0",
|
|
5
5
|
"packageManager": "pnpm@8.7.6",
|
|
6
6
|
"description": "LinCenYing's ESLint config",
|
|
7
7
|
"author": "LinCenYing <lincenying@gmail.com> (https://github.com/lincenying/)",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@antfu/eslint-define-config": "1.23.0-2",
|
|
43
|
-
"@stylistic/eslint-plugin": "1.
|
|
43
|
+
"@stylistic/eslint-plugin": "1.4.0",
|
|
44
44
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
45
45
|
"@typescript-eslint/parser": "^6.11.0",
|
|
46
46
|
"eslint-config-flat-gitignore": "^0.1.1",
|
|
47
|
-
"eslint-plugin-antfu": "^1.0.
|
|
47
|
+
"eslint-plugin-antfu": "^1.0.10",
|
|
48
48
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
49
49
|
"eslint-plugin-i": "^2.29.0",
|
|
50
50
|
"eslint-plugin-jsdoc": "^46.9.0",
|
|
@@ -52,11 +52,12 @@
|
|
|
52
52
|
"eslint-plugin-markdown": "^3.0.1",
|
|
53
53
|
"eslint-plugin-n": "^16.3.1",
|
|
54
54
|
"eslint-plugin-no-only-tests": "^3.1.0",
|
|
55
|
-
"eslint-plugin-perfectionist": "^2.
|
|
56
|
-
"eslint-plugin-
|
|
55
|
+
"eslint-plugin-perfectionist": "^2.4.0",
|
|
56
|
+
"eslint-plugin-react": "^7.33.2",
|
|
57
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
57
58
|
"eslint-plugin-unicorn": "^49.0.0",
|
|
58
59
|
"eslint-plugin-unused-imports": "^3.0.0",
|
|
59
|
-
"eslint-plugin-vitest": "^0.3.
|
|
60
|
+
"eslint-plugin-vitest": "^0.3.10",
|
|
60
61
|
"eslint-plugin-vue": "^9.18.1",
|
|
61
62
|
"eslint-plugin-yml": "^1.10.0",
|
|
62
63
|
"globals": "^13.23.0",
|
|
@@ -67,23 +68,23 @@
|
|
|
67
68
|
},
|
|
68
69
|
"devDependencies": {
|
|
69
70
|
"@antfu/ni": "^0.21.9",
|
|
70
|
-
"@eslint-types/jsdoc": "46.
|
|
71
|
-
"@eslint-types/typescript-eslint": "^6.
|
|
71
|
+
"@eslint-types/jsdoc": "46.9.0",
|
|
72
|
+
"@eslint-types/typescript-eslint": "^6.11.0",
|
|
72
73
|
"@eslint-types/unicorn": "^49.0.0",
|
|
73
74
|
"@lincy/eslint-config": "workspace:*",
|
|
74
|
-
"@stylistic/eslint-plugin-migrate": "^1.
|
|
75
|
+
"@stylistic/eslint-plugin-migrate": "^1.4.0",
|
|
75
76
|
"@types/eslint": "^8.44.7",
|
|
76
|
-
"@types/node": "^20.9.
|
|
77
|
+
"@types/node": "^20.9.2",
|
|
77
78
|
"bumpp": "^9.2.0",
|
|
78
|
-
"eslint": "^8.
|
|
79
|
-
"eslint-flat-config-viewer": "^0.1.
|
|
79
|
+
"eslint": "^8.54.0",
|
|
80
|
+
"eslint-flat-config-viewer": "^0.1.3",
|
|
80
81
|
"esno": "^4.0.0",
|
|
81
82
|
"lint-staged": "^15.1.0",
|
|
82
83
|
"rimraf": "^5.0.5",
|
|
83
84
|
"simple-git-hooks": "^2.9.0",
|
|
84
85
|
"simple-open-url": "^3.0.1",
|
|
85
86
|
"sucrase": "^3.34.0",
|
|
86
|
-
"tsup": "^
|
|
87
|
+
"tsup": "^8.0.0",
|
|
87
88
|
"typescript": "^5.2.2",
|
|
88
89
|
"unbuild": "^2.0.0",
|
|
89
90
|
"vitest": "^0.34.6"
|