mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +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>
19 lines
511 B
JSON
19 lines
511 B
JSON
{
|
|
"ul-indent": { "indent": 2 },
|
|
"line-length": {
|
|
"stern": true,
|
|
"line_length": 120
|
|
},
|
|
"no-multiple-blanks": { "maximum": 2 },
|
|
"no-inline-html": {
|
|
"allowed_elements": ["a", "details", "summary", "img", "pre"]
|
|
},
|
|
"no-duplicate-header": { "siblings_only": true },
|
|
"no-blanks-blockquote": false,
|
|
"no-bare-urls": false,
|
|
"ul-style": { "style": "dash" },
|
|
"blanks-around-fences": { "list_items": false },
|
|
"emphasis-style": { "style": "asterisk" },
|
|
"descriptive-link-text": false
|
|
}
|