@alextheman/eslint-plugin 4.8.5 → 4.8.6
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 +9 -3
- package/dist/index.js +9 -3
- 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.6";
|
|
65
65
|
|
|
66
66
|
//#endregion
|
|
67
67
|
//#region node_modules/.pnpm/globals@16.5.0/node_modules/globals/globals.json
|
|
@@ -4138,8 +4138,14 @@ var typeScript_default$2 = personalTypeScript;
|
|
|
4138
4138
|
//#region src/configs/personal/utility.ts
|
|
4139
4139
|
const personalUtility = [{
|
|
4140
4140
|
name: "@alextheman/personal/utility",
|
|
4141
|
-
plugins: {
|
|
4142
|
-
|
|
4141
|
+
plugins: {
|
|
4142
|
+
"@typescript-eslint": typescript_eslint.default.plugin,
|
|
4143
|
+
jsdoc: eslint_plugin_jsdoc.default
|
|
4144
|
+
},
|
|
4145
|
+
rules: {
|
|
4146
|
+
"@typescript-eslint/explicit-module-boundary-types": "error",
|
|
4147
|
+
"jsdoc/require-jsdoc": ["error", requireJsdocOptions_default]
|
|
4148
|
+
}
|
|
4143
4149
|
}];
|
|
4144
4150
|
var utility_default = personalUtility;
|
|
4145
4151
|
|
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.6";
|
|
50
50
|
|
|
51
51
|
//#endregion
|
|
52
52
|
//#region node_modules/.pnpm/globals@16.5.0/node_modules/globals/globals.json
|
|
@@ -4123,8 +4123,14 @@ var typeScript_default$2 = personalTypeScript;
|
|
|
4123
4123
|
//#region src/configs/personal/utility.ts
|
|
4124
4124
|
const personalUtility = [{
|
|
4125
4125
|
name: "@alextheman/personal/utility",
|
|
4126
|
-
plugins: {
|
|
4127
|
-
|
|
4126
|
+
plugins: {
|
|
4127
|
+
"@typescript-eslint": tseslint.plugin,
|
|
4128
|
+
jsdoc
|
|
4129
|
+
},
|
|
4130
|
+
rules: {
|
|
4131
|
+
"@typescript-eslint/explicit-module-boundary-types": "error",
|
|
4132
|
+
"jsdoc/require-jsdoc": ["error", requireJsdocOptions_default]
|
|
4133
|
+
}
|
|
4128
4134
|
}];
|
|
4129
4135
|
var utility_default = personalUtility;
|
|
4130
4136
|
|