diff options
-rw-r--r-- | www/.markdownlint.json | 6 | ||||
-rw-r--r-- | www/.markdownlintrc | 4 |
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 -} - |