UNPKG

wang-lint-cli

Version:
4 lines (3 loc) 191 B
import { LintResult } from 'stylelint'; import type { ScanResult } from '../../types'; export declare function formatStylelintResults(results: LintResult[], quiet: boolean): ScanResult[];