@alextheman/eslint-plugin 4.8.2 → 4.8.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 +6 -2
- package/dist/index.js +6 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -61,7 +61,7 @@ eslint_plugin_jsdoc = __toESM(eslint_plugin_jsdoc);
|
|
|
61
61
|
|
|
62
62
|
//#region package.json
|
|
63
63
|
var name = "@alextheman/eslint-plugin";
|
|
64
|
-
var version = "4.8.
|
|
64
|
+
var version = "4.8.3";
|
|
65
65
|
|
|
66
66
|
//#endregion
|
|
67
67
|
//#region node_modules/.pnpm/globals@16.5.0/node_modules/globals/globals.json
|
|
@@ -3975,7 +3975,11 @@ var typeScriptPackage_default$1 = personalTypeScriptPackage;
|
|
|
3975
3975
|
|
|
3976
3976
|
//#endregion
|
|
3977
3977
|
//#region src/configs/personal/components.ts
|
|
3978
|
-
const personalComponents = [...typeScriptPackage_default$1, { rules: {
|
|
3978
|
+
const personalComponents = [...typeScriptPackage_default$1, { rules: {
|
|
3979
|
+
"jsdoc/check-param-names": "off",
|
|
3980
|
+
"jsdoc/require-param": ["error", { checkDestructured: false }],
|
|
3981
|
+
"jsdoc/require-returns": "off"
|
|
3982
|
+
} }];
|
|
3979
3983
|
var components_default = personalComponents;
|
|
3980
3984
|
|
|
3981
3985
|
//#endregion
|
package/dist/index.js
CHANGED
|
@@ -46,7 +46,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
46
46
|
//#endregion
|
|
47
47
|
//#region package.json
|
|
48
48
|
var name = "@alextheman/eslint-plugin";
|
|
49
|
-
var version = "4.8.
|
|
49
|
+
var version = "4.8.3";
|
|
50
50
|
|
|
51
51
|
//#endregion
|
|
52
52
|
//#region node_modules/.pnpm/globals@16.5.0/node_modules/globals/globals.json
|
|
@@ -3960,7 +3960,11 @@ var typeScriptPackage_default$1 = personalTypeScriptPackage;
|
|
|
3960
3960
|
|
|
3961
3961
|
//#endregion
|
|
3962
3962
|
//#region src/configs/personal/components.ts
|
|
3963
|
-
const personalComponents = [...typeScriptPackage_default$1, { rules: {
|
|
3963
|
+
const personalComponents = [...typeScriptPackage_default$1, { rules: {
|
|
3964
|
+
"jsdoc/check-param-names": "off",
|
|
3965
|
+
"jsdoc/require-param": ["error", { checkDestructured: false }],
|
|
3966
|
+
"jsdoc/require-returns": "off"
|
|
3967
|
+
} }];
|
|
3964
3968
|
var components_default = personalComponents;
|
|
3965
3969
|
|
|
3966
3970
|
//#endregion
|