mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
42 lines
No EOL
920 B
JSON
42 lines
No EOL
920 B
JSON
[
|
|
{
|
|
"lineNumber": 19,
|
|
"ruleNames": [
|
|
"MD030",
|
|
"list-marker-space"
|
|
],
|
|
"ruleDescription": "Spaces after list markers",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030",
|
|
"errorDetail": "Expected: 1; Actual: 2",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
1,
|
|
3
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 2,
|
|
"deleteCount": 2,
|
|
"insertText": " "
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 21,
|
|
"ruleNames": [
|
|
"MD030",
|
|
"list-marker-space"
|
|
],
|
|
"ruleDescription": "Spaces after list markers",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030",
|
|
"errorDetail": "Expected: 1; Actual: 2",
|
|
"errorContext": null,
|
|
"errorRange": [
|
|
1,
|
|
4
|
|
],
|
|
"fixInfo": {
|
|
"editColumn": 3,
|
|
"deleteCount": 2,
|
|
"insertText": " "
|
|
}
|
|
}
|
|
] |