aboutsummaryrefslogtreecommitdiff
path: root/www
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
parent4abd6020df12427aed62599a68abba87b1ccc3b8 (diff)
downloadcrupest-b2714684b3aaefdb8c98940a49e47266ff96d15b.tar.gz
crupest-b2714684b3aaefdb8c98940a49e47266ff96d15b.tar.bz2
crupest-b2714684b3aaefdb8c98940a49e47266ff96d15b.zip
chore(www): update markdownlint config.
Diffstat (limited to 'www')
-rw-r--r--www/.markdownlint.json6
-rw-r--r--www/.markdownlintrc4
2 files changed, 6 insertions, 4 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
+}
diff --git a/www/.markdownlintrc b/www/.markdownlintrc
deleted file mode 100644
index 22879bc..0000000
--- a/www/.markdownlintrc
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "default": true
-}
-