@alextheman/eslint-plugin 5.10.2 → 5.10.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/dist/index.cjs +3 -2
- package/dist/index.js +3 -2
- package/package.json +14 -14
package/dist/index.cjs
CHANGED
|
@@ -4849,7 +4849,8 @@ const internalJsdoc = [eslint_plugin_jsdoc.default.configs["flat/recommended-typ
|
|
|
4849
4849
|
const internalComponents = [...internalJsdoc, { rules: {
|
|
4850
4850
|
"jsdoc/check-param-names": "off",
|
|
4851
4851
|
"jsdoc/require-param": "off",
|
|
4852
|
-
"jsdoc/require-returns": "off"
|
|
4852
|
+
"jsdoc/require-returns": "off",
|
|
4853
|
+
"jsdoc/require-tags": "off"
|
|
4853
4854
|
} }];
|
|
4854
4855
|
|
|
4855
4856
|
//#endregion
|
|
@@ -5568,7 +5569,7 @@ var rules_default = {
|
|
|
5568
5569
|
//#endregion
|
|
5569
5570
|
//#region package.json
|
|
5570
5571
|
var name = "@alextheman/eslint-plugin";
|
|
5571
|
-
var version = "5.10.
|
|
5572
|
+
var version = "5.10.3";
|
|
5572
5573
|
|
|
5573
5574
|
//#endregion
|
|
5574
5575
|
//#region src/alexPlugin.ts
|
package/dist/index.js
CHANGED
|
@@ -4833,7 +4833,8 @@ const internalJsdoc = [jsdoc.configs["flat/recommended-typescript-error"], { rul
|
|
|
4833
4833
|
const internalComponents = [...internalJsdoc, { rules: {
|
|
4834
4834
|
"jsdoc/check-param-names": "off",
|
|
4835
4835
|
"jsdoc/require-param": "off",
|
|
4836
|
-
"jsdoc/require-returns": "off"
|
|
4836
|
+
"jsdoc/require-returns": "off",
|
|
4837
|
+
"jsdoc/require-tags": "off"
|
|
4837
4838
|
} }];
|
|
4838
4839
|
|
|
4839
4840
|
//#endregion
|
|
@@ -5552,7 +5553,7 @@ var rules_default = {
|
|
|
5552
5553
|
//#endregion
|
|
5553
5554
|
//#region package.json
|
|
5554
5555
|
var name = "@alextheman/eslint-plugin";
|
|
5555
|
-
var version = "5.10.
|
|
5556
|
+
var version = "5.10.3";
|
|
5556
5557
|
|
|
5557
5558
|
//#endregion
|
|
5558
5559
|
//#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.3",
|
|
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.
|
|
37
|
+
"@alextheman/utility": "^5.7.0",
|
|
38
38
|
"@eslint/compat": "^2.0.3",
|
|
39
|
-
"@typescript-eslint/types": "^8.57.
|
|
40
|
-
"@typescript-eslint/utils": "^8.57.
|
|
39
|
+
"@typescript-eslint/types": "^8.57.2",
|
|
40
|
+
"@typescript-eslint/utils": "^8.57.2",
|
|
41
41
|
"common-tags": "^1.8.2",
|
|
42
42
|
"prettier": "^3.8.1",
|
|
43
43
|
"zod": "^4.3.6"
|
|
@@ -48,18 +48,18 @@
|
|
|
48
48
|
"@types/eslint": "^9.6.1",
|
|
49
49
|
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
50
50
|
"@types/node": "^25.5.0",
|
|
51
|
-
"@typescript-eslint/rule-tester": "^8.57.
|
|
52
|
-
"alex-c-line": "^2.
|
|
51
|
+
"@typescript-eslint/rule-tester": "^8.57.2",
|
|
52
|
+
"alex-c-line": "^2.3.0",
|
|
53
53
|
"dotenv-cli": "^11.0.0",
|
|
54
|
-
"eslint": "^10.0
|
|
54
|
+
"eslint": "^10.1.0",
|
|
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.8.
|
|
58
|
+
"eslint-plugin-jsdoc": "^62.8.1",
|
|
59
59
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
60
60
|
"eslint-plugin-n": "^17.24.0",
|
|
61
61
|
"eslint-plugin-package-json": "^0.91.0",
|
|
62
|
-
"eslint-plugin-perfectionist": "^5.
|
|
62
|
+
"eslint-plugin-perfectionist": "^5.7.0",
|
|
63
63
|
"eslint-plugin-prettier": "^5.5.5",
|
|
64
64
|
"eslint-plugin-react": "^7.37.5",
|
|
65
65
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
@@ -68,17 +68,17 @@
|
|
|
68
68
|
"execa": "^9.6.1",
|
|
69
69
|
"globals": "^17.4.0",
|
|
70
70
|
"husky": "^9.1.7",
|
|
71
|
-
"jsdom": "^29.0.
|
|
71
|
+
"jsdom": "^29.0.1",
|
|
72
72
|
"tempy": "^3.2.0",
|
|
73
73
|
"tsdown": "^0.20.3",
|
|
74
74
|
"tsx": "^4.21.0",
|
|
75
|
-
"typedoc": "^0.28.
|
|
76
|
-
"typedoc-plugin-markdown": "^4.
|
|
75
|
+
"typedoc": "^0.28.18",
|
|
76
|
+
"typedoc-plugin-markdown": "^4.11.0",
|
|
77
77
|
"typedoc-rhineai-theme": "^1.2.0",
|
|
78
78
|
"typescript": "^5.9.3",
|
|
79
|
-
"typescript-eslint": "^8.57.
|
|
79
|
+
"typescript-eslint": "^8.57.2",
|
|
80
80
|
"vite-tsconfig-paths": "^6.1.1",
|
|
81
|
-
"vitest": "^4.1.
|
|
81
|
+
"vitest": "^4.1.2"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
84
|
"@eslint/js": ">=9.0.0",
|