UNPKG

@adguard/aglint

Version:

Universal adblock filter list linter.

6 lines (5 loc) 161 B
import { type LinterRule } from '../common'; /** * Rule that checks if all CSS is syntactically valid. */ export declare const NoInvalidCssSyntax: LinterRule;