From 7e28c8d3200d6581d3bcdac06dfc062389013afa Mon Sep 17 00:00:00 2001 From: Brycen G Date: Mon, 2 Oct 2023 20:15:07 -0400 Subject: [PATCH] chore(repo): remove useless warnings from mdlint --- .markdownlint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.markdownlint.json b/.markdownlint.json index cae78c7a..7caa1b16 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,5 +1,5 @@ { "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json", "MD033": false, - "MD013": true + "MD013": false }