@adguard/aglint
Version:
Universal adblock filter list linter.
16 lines (13 loc) • 438 B
JavaScript
/*
* AGLint v3.0.2 (build date: Mon, 08 Dec 2025 08:25:49 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 };