removed unhelpful linting rules

This commit is contained in:
Marco D'Agostini 2020-10-18 20:08:42 -05:00
parent dd62483e5a
commit 9cee75eb59

View File

@ -4,5 +4,9 @@
"pattern": "**/*.md", "pattern": "**/*.md",
"snippet": "note" "snippet": "note"
} }
] ],
"markdownlint.config": {
"MD013": false,
"MD033": false
},
} }