From e167c2950ac14cdf3f9debbb34495cb5a1daba8b Mon Sep 17 00:00:00 2001 From: Oleks Date: Sat, 6 Jun 2026 12:52:09 +0300 Subject: [PATCH] add markdownlint config to suppress agent/skill file false positives --- .markdownlint-cli2.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .markdownlint-cli2.yaml diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml new file mode 100644 index 0000000..8b636d4 --- /dev/null +++ b/.markdownlint-cli2.yaml @@ -0,0 +1,8 @@ +config: + line-length: false + no-duplicate-heading: false + blanks-around-lists: false + fenced-code-language: false + ol-prefix: false + table-column-style: false + first-line-heading: false