From 9cee75eb5962b9b77da5ddc7b83b9756a5883cf8 Mon Sep 17 00:00:00 2001 From: Marco D'Agostini Date: Sun, 18 Oct 2020 20:08:42 -0500 Subject: [PATCH] removed unhelpful linting rules --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a5bbb2b..9b6b97f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,9 @@ "pattern": "**/*.md", "snippet": "note" } - ] + ], + "markdownlint.config": { + "MD013": false, + "MD033": false + }, } \ No newline at end of file