UNPKG

@adguard/aglint

Version:

Universal adblock filter list linter.

16 lines (13 loc) 438 B
/* * AGLint v3.0.0 (build date: Wed, 21 May 2025 13:24:14 GMT) * (c) 2025 AdGuard Software Ltd. * Released under the MIT license * https://github.com/AdguardTeam/AGLint#readme */ import aglintAll from './aglint-all.js'; import aglintRecommended from './aglint-recommended.js'; const defaultConfigPresets = new Map([ ['aglint:recommended', aglintRecommended], ['aglint:all', aglintAll], ]); export { defaultConfigPresets };