UNPKG

@adguard/aglint

Version:

Universal adblock filter list linter.

6 lines (5 loc) 179 B
import { type LinterRule } from '../common'; /** * Rule that checks if a network rule contains multiple same modifiers. */ export declare const DuplicatedModifiers: LinterRule;