@alextheman/eslint-plugin 5.10.1 → 5.10.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.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +14 -14
package/dist/index.cjs
CHANGED
|
@@ -4848,7 +4848,7 @@ const internalJsdoc = [eslint_plugin_jsdoc.default.configs["flat/recommended-typ
|
|
|
4848
4848
|
//#region src/configs/internal/components.ts
|
|
4849
4849
|
const internalComponents = [...internalJsdoc, { rules: {
|
|
4850
4850
|
"jsdoc/check-param-names": "off",
|
|
4851
|
-
"jsdoc/require-param":
|
|
4851
|
+
"jsdoc/require-param": "off",
|
|
4852
4852
|
"jsdoc/require-returns": "off"
|
|
4853
4853
|
} }];
|
|
4854
4854
|
|
|
@@ -5568,7 +5568,7 @@ var rules_default = {
|
|
|
5568
5568
|
//#endregion
|
|
5569
5569
|
//#region package.json
|
|
5570
5570
|
var name = "@alextheman/eslint-plugin";
|
|
5571
|
-
var version = "5.10.
|
|
5571
|
+
var version = "5.10.2";
|
|
5572
5572
|
|
|
5573
5573
|
//#endregion
|
|
5574
5574
|
//#region src/alexPlugin.ts
|
package/dist/index.js
CHANGED
|
@@ -4832,7 +4832,7 @@ const internalJsdoc = [jsdoc.configs["flat/recommended-typescript-error"], { rul
|
|
|
4832
4832
|
//#region src/configs/internal/components.ts
|
|
4833
4833
|
const internalComponents = [...internalJsdoc, { rules: {
|
|
4834
4834
|
"jsdoc/check-param-names": "off",
|
|
4835
|
-
"jsdoc/require-param":
|
|
4835
|
+
"jsdoc/require-param": "off",
|
|
4836
4836
|
"jsdoc/require-returns": "off"
|
|
4837
4837
|
} }];
|
|
4838
4838
|
|
|
@@ -5552,7 +5552,7 @@ var rules_default = {
|
|
|
5552
5552
|
//#endregion
|
|
5553
5553
|
//#region package.json
|
|
5554
5554
|
var name = "@alextheman/eslint-plugin";
|
|
5555
|
-
var version = "5.10.
|
|
5555
|
+
var version = "5.10.2";
|
|
5556
5556
|
|
|
5557
5557
|
//#endregion
|
|
5558
5558
|
//#region src/alexPlugin.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alextheman/eslint-plugin",
|
|
3
|
-
"version": "5.10.
|
|
3
|
+
"version": "5.10.2",
|
|
4
4
|
"description": "A package to provide custom ESLint rules and configs.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"dist"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@alextheman/utility": "^5.6.
|
|
38
|
-
"@eslint/compat": "^2.0.
|
|
39
|
-
"@typescript-eslint/types": "^8.
|
|
40
|
-
"@typescript-eslint/utils": "^8.
|
|
37
|
+
"@alextheman/utility": "^5.6.2",
|
|
38
|
+
"@eslint/compat": "^2.0.3",
|
|
39
|
+
"@typescript-eslint/types": "^8.57.0",
|
|
40
|
+
"@typescript-eslint/utils": "^8.57.0",
|
|
41
41
|
"common-tags": "^1.8.2",
|
|
42
42
|
"prettier": "^3.8.1",
|
|
43
43
|
"zod": "^4.3.6"
|
|
@@ -47,18 +47,18 @@
|
|
|
47
47
|
"@types/common-tags": "^1.8.4",
|
|
48
48
|
"@types/eslint": "^9.6.1",
|
|
49
49
|
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
50
|
-
"@types/node": "^25.
|
|
51
|
-
"@typescript-eslint/rule-tester": "^8.
|
|
52
|
-
"alex-c-line": "^2.
|
|
50
|
+
"@types/node": "^25.5.0",
|
|
51
|
+
"@typescript-eslint/rule-tester": "^8.57.0",
|
|
52
|
+
"alex-c-line": "^2.2.5",
|
|
53
53
|
"dotenv-cli": "^11.0.0",
|
|
54
|
-
"eslint": "^10.0.
|
|
54
|
+
"eslint": "^10.0.3",
|
|
55
55
|
"eslint-config-prettier": "^10.1.8",
|
|
56
56
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
57
57
|
"eslint-plugin-import": "^2.32.0",
|
|
58
|
-
"eslint-plugin-jsdoc": "^62.
|
|
58
|
+
"eslint-plugin-jsdoc": "^62.8.0",
|
|
59
59
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
60
60
|
"eslint-plugin-n": "^17.24.0",
|
|
61
|
-
"eslint-plugin-package-json": "^0.
|
|
61
|
+
"eslint-plugin-package-json": "^0.91.0",
|
|
62
62
|
"eslint-plugin-perfectionist": "^5.6.0",
|
|
63
63
|
"eslint-plugin-prettier": "^5.5.5",
|
|
64
64
|
"eslint-plugin-react": "^7.37.5",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"execa": "^9.6.1",
|
|
69
69
|
"globals": "^17.4.0",
|
|
70
70
|
"husky": "^9.1.7",
|
|
71
|
-
"jsdom": "^
|
|
71
|
+
"jsdom": "^29.0.0",
|
|
72
72
|
"tempy": "^3.2.0",
|
|
73
73
|
"tsdown": "^0.20.3",
|
|
74
74
|
"tsx": "^4.21.0",
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
"typedoc-plugin-markdown": "^4.10.0",
|
|
77
77
|
"typedoc-rhineai-theme": "^1.2.0",
|
|
78
78
|
"typescript": "^5.9.3",
|
|
79
|
-
"typescript-eslint": "^8.
|
|
79
|
+
"typescript-eslint": "^8.57.0",
|
|
80
80
|
"vite-tsconfig-paths": "^6.1.1",
|
|
81
|
-
"vitest": "^4.0
|
|
81
|
+
"vitest": "^4.1.0"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
84
|
"@eslint/js": ">=9.0.0",
|