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 1bc469f commit d418303Copy full SHA for d418303
.github/linters/.markdown-lint.yml
@@ -15,9 +15,6 @@
15
# <!-- markdownlint-restore -->
16
#
17
18
-ignores:
19
- - "**/.github/**/*.md"
20
-
21
###############
22
# Rules by id #
23
.markdownlintignore
@@ -0,0 +1,2 @@
1
+# ignore github markdown files (like pull request templates)
2
+**/.github/**/*.md"
0 commit comments