X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-markdownlint%2Fschemas%2Fmarkdownlint-config-schema.json;h=e28e1f7e7e4c8d09b3523d96d767467dc3b29ad0;hb=3be0a9efc698a9570a44456009afc6014812625a;hp=f8c63cba73c12790c938b7005574ad92953410cc;hpb=4d07c77cf4d78cab8639e13ddc3c22495e585b0b;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-markdownlint/schemas/markdownlint-config-schema.json b/.config/coc/extensions/node_modules/coc-markdownlint/schemas/markdownlint-config-schema.json index f8c63cba..e28e1f7e 100644 --- a/.config/coc/extensions/node_modules/coc-markdownlint/schemas/markdownlint-config-schema.json +++ b/.config/coc/extensions/node_modules/coc-markdownlint/schemas/markdownlint-config-schema.json @@ -9,7 +9,10 @@ }, "extends": { "description": "Path to configuration file to extend", - "type": "string", + "type": [ + "string", + "null" + ], "default": null }, "$schema": { @@ -33,7 +36,7 @@ "default": true }, "MD002": { - "description": "MD002/first-heading-h1/first-header-h1 - First heading should be a top level heading", + "description": "MD002/first-heading-h1/first-header-h1 - First heading should be a top-level heading", "type": [ "boolean", "object" @@ -49,7 +52,7 @@ "additionalProperties": false }, "first-heading-h1": { - "description": "MD002/first-heading-h1/first-header-h1 - First heading should be a top level heading", + "description": "MD002/first-heading-h1/first-header-h1 - First heading should be a top-level heading", "type": [ "boolean", "object" @@ -65,7 +68,7 @@ "additionalProperties": false }, "first-header-h1": { - "description": "MD002/first-heading-h1/first-header-h1 - First heading should be a top level heading", + "description": "MD002/first-heading-h1/first-header-h1 - First heading should be a top-level heading", "type": [ "boolean", "object" @@ -324,6 +327,11 @@ "description": "Include code blocks", "type": "boolean", "default": true + }, + "spaces_per_tab": { + "description": "Number of spaces for each hard tab", + "type": "number", + "default": 1 } }, "additionalProperties": false @@ -340,6 +348,11 @@ "description": "Include code blocks", "type": "boolean", "default": true + }, + "spaces_per_tab": { + "description": "Number of spaces for each hard tab", + "type": "number", + "default": 1 } }, "additionalProperties": false @@ -690,7 +703,7 @@ "additionalProperties": false }, "MD025": { - "description": "MD025/single-title/single-h1 - Multiple top level headings in the same document", + "description": "MD025/single-title/single-h1 - Multiple top-level headings in the same document", "type": [ "boolean", "object" @@ -711,7 +724,7 @@ "additionalProperties": false }, "single-title": { - "description": "MD025/single-title/single-h1 - Multiple top level headings in the same document", + "description": "MD025/single-title/single-h1 - Multiple top-level headings in the same document", "type": [ "boolean", "object" @@ -732,7 +745,7 @@ "additionalProperties": false }, "single-h1": { - "description": "MD025/single-title/single-h1 - Multiple top level headings in the same document", + "description": "MD025/single-title/single-h1 - Multiple top-level headings in the same document", "type": [ "boolean", "object" @@ -1121,7 +1134,7 @@ "default": true }, "MD041": { - "description": "MD041/first-line-heading/first-line-h1 - First line in file should be a top level heading", + "description": "MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading", "type": [ "boolean", "object" @@ -1142,7 +1155,7 @@ "additionalProperties": false }, "first-line-heading": { - "description": "MD041/first-line-heading/first-line-h1 - First line in file should be a top level heading", + "description": "MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading", "type": [ "boolean", "object" @@ -1163,7 +1176,7 @@ "additionalProperties": false }, "first-line-h1": { - "description": "MD041/first-line-heading/first-line-h1 - First line in file should be a top level heading", + "description": "MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading", "type": [ "boolean", "object" @@ -1207,7 +1220,7 @@ "items": { "type": "string" }, - "default": null + "default": [] }, "headers": { "description": "List of headings", @@ -1215,7 +1228,7 @@ "items": { "type": "string" }, - "default": null + "default": [] } }, "additionalProperties": false @@ -1234,7 +1247,7 @@ "items": { "type": "string" }, - "default": null + "default": [] }, "headers": { "description": "List of headings", @@ -1242,7 +1255,7 @@ "items": { "type": "string" }, - "default": null + "default": [] } }, "additionalProperties": false @@ -1261,7 +1274,7 @@ "items": { "type": "string" }, - "default": null + "default": [] }, "headers": { "description": "List of headings", @@ -1269,7 +1282,7 @@ "items": { "type": "string" }, - "default": null + "default": [] } }, "additionalProperties": false @@ -1288,7 +1301,7 @@ "items": { "type": "string" }, - "default": null + "default": [] }, "code_blocks": { "description": "Include code blocks", @@ -1312,7 +1325,7 @@ "items": { "type": "string" }, - "default": null + "default": [] }, "code_blocks": { "description": "Include code blocks", @@ -1393,7 +1406,7 @@ "default": true, "properties": { "style": { - "description": "Code fence syle", + "description": "Code fence style", "type": "string", "enum": [ "consistent", @@ -1414,7 +1427,7 @@ "default": true, "properties": { "style": { - "description": "Code fence syle", + "description": "Code fence style", "type": "string", "enum": [ "consistent", @@ -1548,7 +1561,7 @@ } }, "additionalProperties": { - "type:": [ + "type": [ "boolean", "object" ]