UNPKG

eslint-plugin-markup

Version:

An incredible ESLint plugin for all markup languages based on markuplint

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