@alextheman/eslint-plugin 5.12.0 → 5.13.0

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.d.cts CHANGED
@@ -1,7 +1,5 @@
1
1
  import { Linter } from "eslint";
2
2
  import { Config } from "prettier";
3
- import { TypeDocOptions } from "typedoc";
4
- import { PluginOptions } from "typedoc-plugin-markdown";
5
3
  import { TSESTree } from "@typescript-eslint/utils";
6
4
  import z from "zod";
7
5
  import { JSONSchema4 } from "@typescript-eslint/utils/json-schema";
@@ -60,9 +58,6 @@ declare const alexPlugin: AlexPlugin;
60
58
  //#region src/configs/external/prettierConfig.d.ts
61
59
  declare const prettierConfig: Config;
62
60
  //#endregion
63
- //#region src/configs/external/typeDocConfig.d.ts
64
- declare function typeDocConfig(entryPoints?: Array<string>): TypeDocOptions & PluginOptions;
65
- //#endregion
66
61
  //#region src/utility/public/checkCallExpression.d.ts
67
62
  /**
68
63
  * Checks if a given node matches the expected object and property names.
@@ -245,4 +240,4 @@ declare function flattenConfigs<ConfigObject extends { [K in keyof ConfigObject]
245
240
  */
246
241
  declare function getImportSpecifiersAfterRemoving<RuleOptions>(context: Readonly<RuleContext<"message", [RuleOptions]>>, specifiers: Array<TSESTree.ImportClause>, importToRemove: string): string;
247
242
  //#endregion
248
- export { AlexConfigGroupName, AlexFlattenedConfigName, type AlexPlugin, AlexPluginConfigFlattened, AlexPluginConfigObject, CombinedConfig, GeneralConfig, type GetFlattenedConfigNames, InternalConfig, type NoRestrictedImportsOptions, PluginConfig, checkCallExpression, combineRestrictedImports, createRuleSchemaFromZodSchema, alexPlugin as default, fixOnCondition, flattenConfigs, getImportSpecifiersAfterRemoving, prettierConfig, typeDocConfig };
243
+ export { AlexConfigGroupName, AlexFlattenedConfigName, type AlexPlugin, AlexPluginConfigFlattened, AlexPluginConfigObject, CombinedConfig, GeneralConfig, type GetFlattenedConfigNames, InternalConfig, type NoRestrictedImportsOptions, PluginConfig, checkCallExpression, combineRestrictedImports, createRuleSchemaFromZodSchema, alexPlugin as default, fixOnCondition, flattenConfigs, getImportSpecifiersAfterRemoving, prettierConfig };
package/dist/index.d.ts CHANGED
@@ -2,8 +2,6 @@ import { TSESTree } from "@typescript-eslint/utils";
2
2
  import z from "zod";
3
3
  import { Linter } from "eslint";
4
4
  import { Config } from "prettier";
5
- import { TypeDocOptions } from "typedoc";
6
- import { PluginOptions } from "typedoc-plugin-markdown";
7
5
  import { JSONSchema4 } from "@typescript-eslint/utils/json-schema";
8
6
  import { RuleContext, RuleFix, RuleFixer } from "@typescript-eslint/utils/ts-eslint";
9
7
 
@@ -60,9 +58,6 @@ declare const alexPlugin: AlexPlugin;
60
58
  //#region src/configs/external/prettierConfig.d.ts
61
59
  declare const prettierConfig: Config;
62
60
  //#endregion
63
- //#region src/configs/external/typeDocConfig.d.ts
64
- declare function typeDocConfig(entryPoints?: Array<string>): TypeDocOptions & PluginOptions;
65
- //#endregion
66
61
  //#region src/utility/public/checkCallExpression.d.ts
67
62
  /**
68
63
  * Checks if a given node matches the expected object and property names.
@@ -245,4 +240,4 @@ declare function flattenConfigs<ConfigObject extends { [K in keyof ConfigObject]
245
240
  */
246
241
  declare function getImportSpecifiersAfterRemoving<RuleOptions>(context: Readonly<RuleContext<"message", [RuleOptions]>>, specifiers: Array<TSESTree.ImportClause>, importToRemove: string): string;
247
242
  //#endregion
248
- export { AlexConfigGroupName, AlexFlattenedConfigName, type AlexPlugin, AlexPluginConfigFlattened, AlexPluginConfigObject, CombinedConfig, GeneralConfig, type GetFlattenedConfigNames, InternalConfig, type NoRestrictedImportsOptions, PluginConfig, checkCallExpression, combineRestrictedImports, createRuleSchemaFromZodSchema, alexPlugin as default, fixOnCondition, flattenConfigs, getImportSpecifiersAfterRemoving, prettierConfig, typeDocConfig };
243
+ export { AlexConfigGroupName, AlexFlattenedConfigName, type AlexPlugin, AlexPluginConfigFlattened, AlexPluginConfigObject, CombinedConfig, GeneralConfig, type GetFlattenedConfigNames, InternalConfig, type NoRestrictedImportsOptions, PluginConfig, checkCallExpression, combineRestrictedImports, createRuleSchemaFromZodSchema, alexPlugin as default, fixOnCondition, flattenConfigs, getImportSpecifiersAfterRemoving, prettierConfig };