-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.markdownlint-cli2.yaml
More file actions
33 lines (33 loc) · 751 Bytes
/
Copy path.markdownlint-cli2.yaml
File metadata and controls
33 lines (33 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
config:
ul-style:
style: dash
ul-indent:
indent: 2
commands-show-output: false
no-bare-urls: false
line-length: false
no-emphasis-as-header: false
no-duplicate-header: false
header-increment: false
no-blanks-blockquote: false
no-inline-html: false
first-line-heading: false
first-line-h1: false
code-block-style: false
ignores:
- '**/node_modules/**'
- '.github/prompts/*.prompt.md'
- '**/CHANGELOG.md' # generated
- 'docs/**/*.md'
- '.specify/**/*.md'
- '.tmp/**/*.md'
- '.claude-skills/**/*.md'
- 'specs/**/*.md'
- '.worktrees/**/*.md'
- '.claude/**/*.md'
- '.plans/**/*.md'
outputFormatters:
- - 'markdownlint-cli2-formatter-pretty'
- appendLink: true
showFound: true
noProgress: false