From 284d09c51079ddaf8d7ff098dfa1999de50495da Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Thu, 22 Feb 2024 15:31:51 +0000 Subject: [PATCH] Move lint rules out of .vscode settings --- .github/linters/.markdown-lint.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index 6d79773..cb5883f 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -5,3 +5,14 @@ MD004: # Ordered list item prefix MD029: style: one + +# Spaces after list markers +MD030: + ul_single: 1 + ol_single: 1 + ul_multi: 1 + ol_multi: 1 + +# Code block style +MD046: + style: fenced