UNPKG

eslint-plugin-markup

Version:

An incredible ESLint plugin for all markup languages based on markuplint

9 lines (8 loc) 314 B
import type { Target } from '@markuplint/file-resolver'; import type { Violation } from '@markuplint/ml-config'; export declare const sync: { readonly markuplintSync: import("synckit").Syncify<(target: Target, fix?: boolean) => Promise<{ violations: Violation[]; fixedCode: string; }>>; };