mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
* update aglint to v2.0.4 * update agling config * add aglint exception for regexp domain pattern * Add TODO comment --------- Co-authored-by: Slava Leleka <v.leleka@adguard.com>
23 lines
615 B
JSON
23 lines
615 B
JSON
{
|
|
"name": "@adguard/filters",
|
|
"version": "1.0.0",
|
|
"author": "AdGuard Software Ltd.",
|
|
"license": "GPL-3.0-only",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AdguardTeam/AdguardFilters.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/AdguardTeam/AdguardFilters/issues"
|
|
},
|
|
"homepage": "https://github.com/AdguardTeam/AdguardFilters#readme",
|
|
"scripts": {
|
|
"lint": "aglint",
|
|
"prepare": "husky install"
|
|
},
|
|
"devDependencies": {
|
|
"@adguard/aglint": "^2.0.4",
|
|
"husky": "^8.0.3"
|
|
}
|
|
}
|