Files
AdguardFilters/package.json
David 7760589df9 Integrate markdownlint (#171933)
* Integrate markdownlint

* Update config
2024-02-01 20:27:55 +01:00

30 lines
826 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": "node .husky/install.mjs"
},
"lint-staged": {
"*.txt": "aglint",
"*.md": "markdownlint"
},
"devDependencies": {
"@adguard/aglint": "^2.0.8",
"husky": "^9.0.7",
"lint-staged": "^15.2.1",
"markdownlint": "^0.33.0",
"markdownlint-cli": "^0.39.0"
}
}