@alextheman/eslint-plugin 4.7.0 → 4.7.1

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 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.7.0";
64
+ var version = "4.7.1";
65
65
 
66
66
  //#endregion
67
67
  //#region node_modules/.pnpm/globals@16.5.0/node_modules/globals/globals.json
@@ -3480,7 +3480,9 @@ var createRuleSchemaFromZodSchema_default = createRuleSchemaFromZodSchema;
3480
3480
  //#region src/utility/public/getImportSpecifiersAfterRemoving.ts
3481
3481
  /**
3482
3482
  * Returns a comma-separated string of import specifiers, excluding the specified import.
3483
+ *
3483
3484
  * Useful for auto-fixable rules that remove a specific import from an import statement.
3485
+ * @template RuleOptions - The type of the RuleOptions from the given context.
3484
3486
  * @param context - The current ESLint rule context.
3485
3487
  * @param specifiers - Array of import clause nodes.
3486
3488
  * @param importToRemove - The import name to remove from the list.
package/dist/index.d.cts CHANGED
@@ -260,7 +260,9 @@ declare function createRuleSchemaFromZodSchema(schema: z.ZodType): JSONSchema4[]
260
260
  //#region src/utility/public/getImportSpecifiersAfterRemoving.d.ts
261
261
  /**
262
262
  * Returns a comma-separated string of import specifiers, excluding the specified import.
263
+ *
263
264
  * Useful for auto-fixable rules that remove a specific import from an import statement.
265
+ * @template RuleOptions - The type of the RuleOptions from the given context.
264
266
  * @param context - The current ESLint rule context.
265
267
  * @param specifiers - Array of import clause nodes.
266
268
  * @param importToRemove - The import name to remove from the list.
package/dist/index.d.ts CHANGED
@@ -260,7 +260,9 @@ declare function createRuleSchemaFromZodSchema(schema: z.ZodType): JSONSchema4[]
260
260
  //#region src/utility/public/getImportSpecifiersAfterRemoving.d.ts
261
261
  /**
262
262
  * Returns a comma-separated string of import specifiers, excluding the specified import.
263
+ *
263
264
  * Useful for auto-fixable rules that remove a specific import from an import statement.
265
+ * @template RuleOptions - The type of the RuleOptions from the given context.
264
266
  * @param context - The current ESLint rule context.
265
267
  * @param specifiers - Array of import clause nodes.
266
268
  * @param importToRemove - The import name to remove from the list.
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.7.0";
49
+ var version = "4.7.1";
50
50
 
51
51
  //#endregion
52
52
  //#region node_modules/.pnpm/globals@16.5.0/node_modules/globals/globals.json
@@ -3465,7 +3465,9 @@ var createRuleSchemaFromZodSchema_default = createRuleSchemaFromZodSchema;
3465
3465
  //#region src/utility/public/getImportSpecifiersAfterRemoving.ts
3466
3466
  /**
3467
3467
  * Returns a comma-separated string of import specifiers, excluding the specified import.
3468
+ *
3468
3469
  * Useful for auto-fixable rules that remove a specific import from an import statement.
3470
+ * @template RuleOptions - The type of the RuleOptions from the given context.
3469
3471
  * @param context - The current ESLint rule context.
3470
3472
  * @param specifiers - Array of import clause nodes.
3471
3473
  * @param importToRemove - The import name to remove from the list.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "4.7.0",
3
+ "version": "4.7.1",
4
4
  "description": "A package to provide custom ESLint rules and configs",
5
5
  "repository": {
6
6
  "type": "git",