UNPKG

markuplint

Version:

A Linter for All Markup Languages.

7 lines (6 loc) 276 B
import { MLRule, Ruleset } from '@markuplint/ml-core'; import { RuleConfigValue } from '@markuplint/ml-config'; export declare function moduleAutoLoader<T extends RuleConfigValue, O = unknown>(ruleset: Ruleset): Promise<{ rules: MLRule<T, O>[]; errors: unknown[]; }>;