Skip to content

Commit

Permalink
undo manual update
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 committed Jan 8, 2025
1 parent d090cf1 commit 098c40c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 76 deletions.
40 changes: 2 additions & 38 deletions schema/markdownlint-config-schema-strict.json
Original file line number Diff line number Diff line change
Expand Up @@ -1716,42 +1716,6 @@
"type": "boolean",
"default": true
},
"MD059": {
"description": "MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.3/doc/md059.md",
"type": [
"boolean",
"object"
],
"properties": {
"banned_link_texts_override": {
"description": "List of banned link texts",
"type": "array",
"items": {
"type": "string"
},
"default": []
}
},
"default": true
},
"descriptive-link-text": {
"description": "MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.3/doc/md059.md",
"type": [
"boolean",
"object"
],
"properties": {
"banned_link_texts_override": {
"description": "List of banned link texts",
"type": "array",
"items": {
"type": "string"
},
"default": []
}
},
"default": true
},
"headings": {
"description": "headings : MD001, MD003, MD018, MD019, MD020, MD021, MD022, MD023, MD024, MD025, MD026, MD036, MD041, MD043",
"type": "boolean",
Expand Down Expand Up @@ -1783,7 +1747,7 @@
"default": true
},
"links": {
"description": "links : MD011, MD034, MD039, MD042, MD051, MD052, MD053, MD054, MD059",
"description": "links : MD011, MD034, MD039, MD042, MD051, MD052, MD053, MD054",
"type": "boolean",
"default": true
},
Expand Down Expand Up @@ -1858,7 +1822,7 @@
"default": true
},
"accessibility": {
"description": "accessibility : MD045, MD059",
"description": "accessibility : MD045",
"type": "boolean",
"default": true
},
Expand Down
40 changes: 2 additions & 38 deletions schema/markdownlint-config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1716,42 +1716,6 @@
"type": "boolean",
"default": true
},
"MD059": {
"description": "MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.3/doc/md059.md",
"type": [
"boolean",
"object"
],
"properties": {
"banned_link_texts_override": {
"description": "List of banned link texts",
"type": "array",
"items": {
"type": "string"
},
"default": []
}
},
"default": true
},
"descriptive-link-text": {
"description": "MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.3/doc/md059.md",
"type": [
"boolean",
"object"
],
"properties": {
"banned_link_texts_override": {
"description": "List of banned link texts",
"type": "array",
"items": {
"type": "string"
},
"default": []
}
},
"default": true
},
"headings": {
"description": "headings : MD001, MD003, MD018, MD019, MD020, MD021, MD022, MD023, MD024, MD025, MD026, MD036, MD041, MD043",
"type": "boolean",
Expand Down Expand Up @@ -1783,7 +1747,7 @@
"default": true
},
"links": {
"description": "links : MD011, MD034, MD039, MD042, MD051, MD052, MD053, MD054, MD059",
"description": "links : MD011, MD034, MD039, MD042, MD051, MD052, MD053, MD054",
"type": "boolean",
"default": true
},
Expand Down Expand Up @@ -1858,7 +1822,7 @@
"default": true
},
"accessibility": {
"description": "accessibility : MD045, MD059",
"description": "accessibility : MD045",
"type": "boolean",
"default": true
},
Expand Down

0 comments on commit 098c40c

Please sign in to comment.