aboutsummaryrefslogtreecommitdiff
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
parent4c207e6433a73ae7c75dc75fca3631e2f02dca95 (diff)
downloadcrupest-32315f0f6548cddf55a90c4ce584852f59813cf2.tar.gz
crupest-32315f0f6548cddf55a90c4ce584852f59813cf2.tar.bz2
crupest-32315f0f6548cddf55a90c4ce584852f59813cf2.zip
chore(www): update markdownlint config.
-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
-}
-