Skip to content

Commit 9611158

Browse files
Fix code-quality markdownlint
Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com>
1 parent f521cfe commit 9611158

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.markdownlint-cli2.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
config:
2+
MD005: false # list-indent - allow flexible list item indentation
3+
MD007: false # ul-indent - allow unindented sub-lists under numbered lists
24
MD013: false # line-length
35
MD024: false # no-duplicate-heading
46
MD028: false # no-blanks-blockquote
5-
MD029: false # ol-prefix — upstream NEL skill uses actual numbers
6-
MD033: false # no-inline-html
7-
MD036: false # no-emphasis-as-heading — upstream NEL skill uses **Bold** as headers
8-
MD041: false # first-line-heading
9-
MD059: false # no-hard-tabs
107
MD029: false # ol-prefix - allow 1. 2. 3. style numbered lists
118
MD032: false # blanks-around-lists - don't force blank lines around lists
9+
MD033: false # no-inline-html
1210
MD036: false # no-emphasis-as-heading - allow **bold** as section markers
13-
MD005: false # list-indent - allow flexible list item indentation
14-
MD007: false # ul-indent - allow unindented sub-lists under numbered lists
11+
MD041: false # first-line-heading
12+
MD059: false # no-hard-tabs

0 commit comments

Comments
 (0)