@lincy/eslint-config 7.1.0 → 7.1.2
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/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +20 -20
package/dist/index.d.cts
CHANGED
|
@@ -4428,7 +4428,7 @@ interface RuleOptions {
|
|
|
4428
4428
|
*/
|
|
4429
4429
|
'test/no-mocks-import'?: Linter.RuleEntry<[]>;
|
|
4430
4430
|
/**
|
|
4431
|
-
* disallow
|
|
4431
|
+
* disallow focused/only tests
|
|
4432
4432
|
* @see https://github.com/levibuzolic/eslint-plugin-no-only-tests
|
|
4433
4433
|
*/
|
|
4434
4434
|
'test/no-only-tests'?: Linter.RuleEntry<TestNoOnlyTests>;
|
package/dist/index.d.mts
CHANGED
|
@@ -4428,7 +4428,7 @@ interface RuleOptions {
|
|
|
4428
4428
|
*/
|
|
4429
4429
|
'test/no-mocks-import'?: Linter.RuleEntry<[]>;
|
|
4430
4430
|
/**
|
|
4431
|
-
* disallow
|
|
4431
|
+
* disallow focused/only tests
|
|
4432
4432
|
* @see https://github.com/levibuzolic/eslint-plugin-no-only-tests
|
|
4433
4433
|
*/
|
|
4434
4434
|
'test/no-only-tests'?: Linter.RuleEntry<TestNoOnlyTests>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lincy/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "7.1.
|
|
4
|
+
"version": "7.1.2",
|
|
5
5
|
"description": "LinCenYing's ESLint config",
|
|
6
6
|
"author": "LinCenYing <lincenying@gmail.com> (https://github.com/lincenying/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -57,35 +57,35 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@antfu/install-pkg": "^1.1.0",
|
|
60
|
-
"@clack/prompts": "^1.
|
|
60
|
+
"@clack/prompts": "^1.3.0",
|
|
61
61
|
"@e18e/eslint-plugin": "^0.3.0",
|
|
62
62
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
63
63
|
"@eslint/markdown": "^8.0.1",
|
|
64
64
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "^8.59.
|
|
66
|
-
"@typescript-eslint/parser": "^8.59.
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^8.59.2",
|
|
66
|
+
"@typescript-eslint/parser": "^8.59.2",
|
|
67
67
|
"@vitest/eslint-plugin": "^1.6.16",
|
|
68
68
|
"eslint-config-flat-gitignore": "^2.3.0",
|
|
69
|
-
"eslint-flat-config-utils": "^3.
|
|
69
|
+
"eslint-flat-config-utils": "^3.2.0",
|
|
70
70
|
"eslint-merge-processors": "^2.0.0",
|
|
71
71
|
"eslint-parser-plain": "^0.1.1",
|
|
72
72
|
"eslint-plugin-antfu": "^3.2.2",
|
|
73
|
-
"eslint-plugin-erasable-syntax-only": "^0.4.
|
|
73
|
+
"eslint-plugin-erasable-syntax-only": "^0.4.1",
|
|
74
74
|
"eslint-plugin-import-lite": "^0.6.0",
|
|
75
75
|
"eslint-plugin-jsdoc": "^62.9.0",
|
|
76
76
|
"eslint-plugin-jsonc": "^3.1.2",
|
|
77
77
|
"eslint-plugin-n": "^17.24.0",
|
|
78
|
-
"eslint-plugin-no-only-tests": "^3.
|
|
78
|
+
"eslint-plugin-no-only-tests": "^3.4.0",
|
|
79
79
|
"eslint-plugin-perfectionist": "^5.9.0",
|
|
80
80
|
"eslint-plugin-pnpm": "^1.6.0",
|
|
81
81
|
"eslint-plugin-regexp": "^3.1.0",
|
|
82
82
|
"eslint-plugin-toml": "^1.3.1",
|
|
83
83
|
"eslint-plugin-unicorn": "^64.0.0",
|
|
84
84
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
85
|
-
"eslint-plugin-vue": "^10.9.
|
|
86
|
-
"eslint-plugin-yml": "^3.3.
|
|
85
|
+
"eslint-plugin-vue": "^10.9.1",
|
|
86
|
+
"eslint-plugin-yml": "^3.3.2",
|
|
87
87
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
88
|
-
"globals": "^17.
|
|
88
|
+
"globals": "^17.6.0",
|
|
89
89
|
"jsonc-eslint-parser": "^3.1.0",
|
|
90
90
|
"local-pkg": "^1.1.2",
|
|
91
91
|
"toml-eslint-parser": "^1.0.3",
|
|
@@ -93,17 +93,17 @@
|
|
|
93
93
|
"yaml-eslint-parser": "^2.0.0"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
|
-
"@antfu/ni": "^30.
|
|
96
|
+
"@antfu/ni": "^30.1.0",
|
|
97
97
|
"@eslint-react/eslint-plugin": "^3.0.0",
|
|
98
|
-
"@eslint/config-inspector": "^
|
|
99
|
-
"@next/eslint-plugin-next": "^16.2.
|
|
98
|
+
"@eslint/config-inspector": "^2.0.1",
|
|
99
|
+
"@next/eslint-plugin-next": "^16.2.5",
|
|
100
100
|
"@prettier/plugin-xml": "^3.4.2",
|
|
101
101
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
102
102
|
"@types/node": "^25.6.0",
|
|
103
103
|
"@types/react": "^19.2.14",
|
|
104
104
|
"@unocss/eslint-plugin": "^66.6.8",
|
|
105
|
-
"bumpp": "^11.0
|
|
106
|
-
"eslint": "^10.
|
|
105
|
+
"bumpp": "^11.1.0",
|
|
106
|
+
"eslint": "^10.3.0",
|
|
107
107
|
"eslint-plugin-format": "^2.0.1",
|
|
108
108
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
109
109
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
@@ -111,16 +111,16 @@
|
|
|
111
111
|
"esno": "^4.8.0",
|
|
112
112
|
"execa": "^9.6.1",
|
|
113
113
|
"find-up-simple": "^1.0.1",
|
|
114
|
-
"lint-staged": "^
|
|
114
|
+
"lint-staged": "^17.0.2",
|
|
115
115
|
"prettier": "^3.8.3",
|
|
116
|
-
"react": "^19.2.
|
|
116
|
+
"react": "^19.2.6",
|
|
117
117
|
"simple-open-url": "^3.0.1",
|
|
118
118
|
"tinyglobby": "^0.2.16",
|
|
119
|
-
"tsdown": "^0.21.
|
|
119
|
+
"tsdown": "^0.21.10",
|
|
120
120
|
"typescript": "^6.0.3",
|
|
121
121
|
"vitest": "^4.1.5",
|
|
122
|
-
"vue": "^3.5.
|
|
123
|
-
"@lincy/eslint-config": "7.1.
|
|
122
|
+
"vue": "^3.5.34",
|
|
123
|
+
"@lincy/eslint-config": "7.1.2"
|
|
124
124
|
},
|
|
125
125
|
"resolutions": {
|
|
126
126
|
"@eslint-community/eslint-utils": "catalog:peer",
|