mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-12 05:12:34 +01:00
Generate example JSONC configuration with all properties set to their default value.
This commit is contained in:
parent
cc61de8f2b
commit
5b7e9b87be
8 changed files with 326 additions and 15 deletions
|
|
@ -9,7 +9,10 @@
|
|||
},
|
||||
"extends": {
|
||||
"description": "Path to configuration file to extend",
|
||||
"type": "string",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"default": null
|
||||
},
|
||||
"$schema": {
|
||||
|
|
@ -1207,7 +1210,7 @@
|
|||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"default": null
|
||||
"default": []
|
||||
},
|
||||
"headers": {
|
||||
"description": "List of headings",
|
||||
|
|
@ -1215,7 +1218,7 @@
|
|||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"default": null
|
||||
"default": []
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
|
@ -1234,7 +1237,7 @@
|
|||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"default": null
|
||||
"default": []
|
||||
},
|
||||
"headers": {
|
||||
"description": "List of headings",
|
||||
|
|
@ -1242,7 +1245,7 @@
|
|||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"default": null
|
||||
"default": []
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
|
@ -1261,7 +1264,7 @@
|
|||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"default": null
|
||||
"default": []
|
||||
},
|
||||
"headers": {
|
||||
"description": "List of headings",
|
||||
|
|
@ -1269,7 +1272,7 @@
|
|||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"default": null
|
||||
"default": []
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
|
@ -1288,7 +1291,7 @@
|
|||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"default": null
|
||||
"default": []
|
||||
},
|
||||
"code_blocks": {
|
||||
"description": "Include code blocks",
|
||||
|
|
@ -1312,7 +1315,7 @@
|
|||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"default": null
|
||||
"default": []
|
||||
},
|
||||
"code_blocks": {
|
||||
"description": "Include code blocks",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue