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
commitb2714684b3aaefdb8c98940a49e47266ff96d15b (patch)
tree7bd97a84643f83153411a0f6d54c0a45827ab732 /www/.markdownlint.json
parent4abd6020df12427aed62599a68abba87b1ccc3b8 (diff)
downloadcrupest-b2714684b3aaefdb8c98940a49e47266ff96d15b.tar.gz
crupest-b2714684b3aaefdb8c98940a49e47266ff96d15b.tar.bz2
crupest-b2714684b3aaefdb8c98940a49e47266ff96d15b.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
+}