mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-31 12:23:36 +00:00
* Bump markdownlint-cli from 0.44.0 to 0.45.0 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.44.0 to 0.45.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.44.0...v0.45.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-version: 0.45.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * disable `descriptive-link-text` markdownlint rule --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: scripthunter7 <d.tota@adguard.com>
30 lines
825 B
JSON
30 lines
825 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.1.5",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.0.0",
|
|
"markdownlint": "^0.38.0",
|
|
"markdownlint-cli": "^0.45.0"
|
|
}
|
|
}
|