Skip to content

Commit 857f96d

Browse files
zakiskchmouel
authored andcommitted
chore: Disable descriptive-lint-text check for md files
disabled descriptive-link-text linting check for md files Signed-off-by: Zaki Shaikh <[email protected]>
1 parent 8bb5bfa commit 857f96d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.markdownlint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"first-header-h1": false,
44
"no-inline-html": false,
55
"MD013": false,
6-
"MD025": false
6+
"MD025": false,
7+
"descriptive-link-text": false
78
}

0 commit comments

Comments
 (0)