UNPKG

markuplint

Version:

A Linter for All Markup Languages.

6 lines (5 loc) 248 B
import { MLRule } from '@markuplint/ml-core'; import { RuleConfigValue } from '@markuplint/ml-config'; export declare function resolveRules(options: { rules?: MLRule<RuleConfigValue, unknown>[]; }): Promise<MLRule<RuleConfigValue, unknown>[]>;