We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb99f1 commit 84a7a13Copy full SHA for 84a7a13
.eslintrc.js
@@ -105,7 +105,7 @@ module.exports = {
105
{
106
indent: 4,
107
},
108
- ], // For compatibility with Prettier.
+ ], // For compatibility with Prettier. See https://github.com/DavidAnson/markdownlint/blob/main/doc/Prettier.md
109
"markdownlint/md030": [
110
"error",
111
@@ -114,7 +114,7 @@ module.exports = {
114
ul_multi: 3,
115
ul_single: 3,
116
117
118
"markdownlint/md013": "off", // Disable line length.
119
"markdownlint/md033": [
120
0 commit comments