aboutsummaryrefslogtreecommitdiff
path: root/www/.markdownlint.json
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-06-10 16:52:00 +0800
committerYuqian Yang <crupest@crupest.life>2025-06-10 16:52:00 +0800
commit32315f0f6548cddf55a90c4ce584852f59813cf2 (patch)
tree60b75ab283929fe756cf97440e15caec60086f94 /www/.markdownlint.json
parent4c207e6433a73ae7c75dc75fca3631e2f02dca95 (diff)
downloadcrupest-32315f0f6548cddf55a90c4ce584852f59813cf2.tar.gz
crupest-32315f0f6548cddf55a90c4ce584852f59813cf2.tar.bz2
crupest-32315f0f6548cddf55a90c4ce584852f59813cf2.zip
chore(www): update markdownlint config.
Diffstat (limited to 'www/.markdownlint.json')
-rw-r--r--www/.markdownlint.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/.markdownlint.json b/www/.markdownlint.json
new file mode 100644
index 0000000..2811a59
--- /dev/null
+++ b/www/.markdownlint.json
@@ -0,0 +1,6 @@
+{
+ "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json",
+ "default": true,
+ "MD013": false,
+ "MD014": false
+}