Exclude WordPress-internals from markdownlint (#39)

This commit is contained in:
Viktor Szépe 2025-03-21 17:57:48 +01:00 committed by GitHub
parent 6d4d851111
commit d2a2b18822
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,3 +10,5 @@ config:
start_indent: 4
start_indented: false
no-bare-urls: false
ignores:
- "WordPress-internals.md"