UNPKG

wang-lint-cli

Version:
4 lines (3 loc) 211 B
import { LinterOptions } from 'stylelint'; import type { Config, PKG, ScanOptions } from '../../types'; export declare function getStylelintConfig(opts: ScanOptions, pkg: PKG, config: Config): LinterOptions;