Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-markdownlint / schemas / markdownlint-config-schema.json
index 8d3f44d64dff7925478fafdb569d49868ee7e3f9..f8c63cba73c12790c938b7005574ad92953410cc 100644 (file)
@@ -15,7 +15,7 @@
     "$schema": {
       "description": "JSON Schema URI (used by some editors)",
       "type": "string",
-      "default": "https://raw.githubusercontent.com/DavidAnson/markdownlint/master/schema/markdownlint-config-schema.json"
+      "default": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json"
     },
     "MD001": {
       "description": "MD001/heading-increment/header-increment - Heading levels should only increment by one level at a time",
         "punctuation": {
           "description": "Punctuation characters",
           "type": "string",
-          "default": ".,;:!?。,;:!?"
+          "default": ".,;:!。,;:!"
         }
       },
       "additionalProperties": false
         "punctuation": {
           "description": "Punctuation characters",
           "type": "string",
-          "default": ".,;:!?。,;:!?"
+          "default": ".,;:!。,;:!"
         }
       },
       "additionalProperties": false
       "default": true
     }
   },
-  "additionalProperties": false
+  "additionalProperties": {
+    "type:": [
+      "boolean",
+      "object"
+    ]
+  }
 }