UNPKG

@secretlint/types

Version:
11 lines 1.8 kB
export type { SecretLintCoreIgnoreDescriptor, SecretLintCoreReportDescriptor, SecretLintCoreIgnoreMessage, SecretLintCoreResult, SecretLintCoreResultMessage, SecretLintCoreConfig, SecretLintRuleModule, SecretLintUnionRuleCreator, SecretLintCoreConfigUnionRule, SecretLintCoreConfigRule, SecretLintCoreConfigRulePreset, } from "./SecretLintCore.js"; export type { SecretlintCoreSharedOptions } from "./SecretlintCoreSharedOptions.js"; export type { SecretLintRuleSeverityLevel } from "./SecretLintRuleSeverityLevel.js"; export type { SecretLintRuleIgnoreDescriptor, SecretLintRuleCreator, SecretLintRuleContext, SecretLintRuleCreatorOptions, SecretLintRuleReportDescriptor, SecretLintRuleReportHandler, SecretLintRuleContentType, } from "./SecretLintRule.js"; export type { SecretLintRulePresetContext, SecretLintRulePresetCreator, SecretLintRulePresetCreatorOptions, } from "./SecretLintRulePreset.js"; export type { SecretLintRawSource, SecretLintSourceIdentifierNode, SecretLintSourceNodeLocation, SecretLintSourceNodePosition, SecretLintSourceNodeRange, SecretLintSourceValueNode, } from "./SecretLintSource.js"; export type { SecretLintCreateRuleMessageTranslator, SecretLintRuleMessageTranslate, SecretLintRuleLocaleTag, SecretLintRuleLocalizeMessageHandler, SecretLintRuleLocalizeMessageMulti, SecretLintRuleLocalizeMessages, SecretLintRuleMessageTranslateResult, SecretLintRuleLocalizeMessageProps, } from "./SecretLintRuleTranslator.js"; export type { SecretLintSourceCode } from "./SecretLintSourceCode.js"; export type { SecretLintConfigDescriptor, SecretLintConfigDescriptorRule, SecretLintConfigDescriptorRulePreset, } from "./SecretLintConfigDescriptor.js"; export type { SecretLintFormatterOptions, SecretLintFormatter } from "./SecretLintFormatter.js"; //# sourceMappingURL=index.d.ts.map