@alextheman/eslint-plugin 4.8.4 → 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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License Copyright (c) 2025 AlexMan123456
2
+
3
+ Permission is hereby granted, free
4
+ of charge, to any person obtaining a copy of this software and associated
5
+ documentation files (the "Software"), to deal in the Software without
6
+ restriction, including without limitation the rights to use, copy, modify, merge,
7
+ publish, distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to the
9
+ following conditions:
10
+
11
+ The above copyright notice and this permission notice
12
+ (including the next paragraph) shall be included in all copies or substantial
13
+ portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
16
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
18
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
19
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
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.4";
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: { "@typescript-eslint": typescript_eslint.default.plugin },
4142
- rules: { "@typescript-eslint/explicit-module-boundary-types": "error" }
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.4";
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: { "@typescript-eslint": tseslint.plugin },
4127
- rules: { "@typescript-eslint/explicit-module-boundary-types": "error" }
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
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "4.8.4",
3
+ "version": "4.8.6",
4
4
  "description": "A package to provide custom ESLint rules and configs",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/AlexMan123456/eslint-plugin.git"
8
8
  },
9
- "license": "ISC",
9
+ "license": "MIT",
10
10
  "author": "alextheman",
11
11
  "type": "module",
12
12
  "main": "dist/index.js",