Skip to content

Commit 24d9f21

Browse files
committed
chore: enforce markdownlint on *.md files
1 parent 024e679 commit 24d9f21

File tree

4 files changed

+844
-1
lines changed

4 files changed

+844
-1
lines changed

.markdownlint.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/refs/heads/main/schema/markdownlint-config-schema.json",
3+
"extends": "markdownlint/style/prettier"
4+
}

0 commit comments

Comments
 (0)