Skip to content

Commit d418303

Browse files
committed
Linting
1 parent 1bc469f commit d418303

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/linters/.markdown-lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
# <!-- markdownlint-restore -->
1616
#
1717

18-
ignores:
19-
- "**/.github/**/*.md"
20-
2118
###############
2219
# Rules by id #
2320
###############

.markdownlintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# ignore github markdown files (like pull request templates)
2+
**/.github/**/*.md"

0 commit comments

Comments
 (0)