Skip to content

Commit 676d971

Browse files
charlypaabose
authored andcommitted
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 12f3038 commit 676d971

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.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)