UNPKG

@adguard/aglint

Version:

Universal adblock filter list linter.

6 lines (5 loc) 177 B
import { type LinterRule } from '../common'; /** * Rule that checks if hints are duplicated within the same comment rule. */ export declare const DuplicatedHints: LinterRule;