Skip to content

Commit 84a7a13

Browse files
committed
📄
1 parent 8fb99f1 commit 84a7a13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module.exports = {
105105
{
106106
indent: 4,
107107
},
108-
], // For compatibility with Prettier.
108+
], // For compatibility with Prettier. See https://github.com/DavidAnson/markdownlint/blob/main/doc/Prettier.md
109109
"markdownlint/md030": [
110110
"error",
111111
{
@@ -114,7 +114,7 @@ module.exports = {
114114
ul_multi: 3,
115115
ul_single: 3,
116116
},
117-
], // For compatibility with Prettier.
117+
], // For compatibility with Prettier. See https://github.com/DavidAnson/markdownlint/blob/main/doc/Prettier.md
118118
"markdownlint/md013": "off", // Disable line length.
119119
"markdownlint/md033": [
120120
"error",

0 commit comments

Comments
 (0)