From 469a84492c93cb3c96d1ffe3c5c1a93e35063ba3 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Fri, 5 Jan 2024 09:14:32 +0100 Subject: [PATCH] Update .markdownlint.jsonc --- .rules/.markdownlint.jsonc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.rules/.markdownlint.jsonc b/.rules/.markdownlint.jsonc index b6cb536..e2a6e5b 100644 --- a/.rules/.markdownlint.jsonc +++ b/.rules/.markdownlint.jsonc @@ -1,3 +1,4 @@ { - "line-length": 200 -} \ No newline at end of file + "MD013": { "line_length": 200 } +} + \ No newline at end of file