Skip to content

Commit 4b96d54

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

File tree

4 files changed

+845
-1
lines changed

4 files changed

+845
-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)