Skip to content

Commit 4aa19f3

Browse files
committed
chore: add markdownlint config to suppress Codacy false positives
Disable MD013 (line length) and MD025 (first heading level) — both are false positives for Docusaurus projects.
1 parent 2bead08 commit 4aa19f3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.markdownlint.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"MD013": false,
3+
"MD025": false
4+
}

0 commit comments

Comments
 (0)