Skip to content

Commit 1a8d031

Browse files
feat(rumdl): update schema to v0.1.65 (SchemaStore#5522)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 60008be commit 1a8d031

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/schemas/json/rumdl.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"description": "rumdl configuration for linting Markdown files. Rules can be configured individually using [MD###] sections with rule-specific options.",
66
"type": "object",
77
"properties": {
8+
"extends": {
9+
"description": "Path to a base config file to inherit settings from.\nSupports relative paths, absolute paths, and `~/` for home directory.\nExample: `extends = \"../base.rumdl.toml\"`",
10+
"type": ["string", "null"]
11+
},
812
"global": {
913
"$ref": "#/definitions/GlobalConfig",
1014
"description": "Global configuration options",

0 commit comments

Comments
 (0)