UNPKG

markuplint

Version:

An HTML linter for all markup developers

16 lines (15 loc) 576 B
/** * @module cli/init * * Interactive initialization wizard for markuplint. * Guides the user through selecting template engines, rule categories, * and dependency installation, then writes a `.markuplintrc` config file. */ /** * Runs the interactive initialization flow. * * Prompts the user to select template engines, choose rule categories or the * recommended preset, generates a `.markuplintrc` configuration file in the * current working directory, and optionally installs the required npm packages. */ export declare function initialize(): Promise<void>;