Files
AdguardFilters/package.json
David b437d5be3a Lint staged (#170195)
* Install lint-staged

* Configure lint-staged

* Update AGLint to v2.0.8
2024-01-09 19:39:09 +02:00

27 lines
707 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"
},
"lint-staged": {
"*.txt": "aglint"
},
"devDependencies": {
"@adguard/aglint": "^2.0.8",
"husky": "^8.0.3",
"lint-staged": "^15.2.0"
}
}