Update MD009/no-trailing-spaces to include strict mode (fixes #216).

This commit is contained in:
David Anson 2019-12-09 22:05:57 -08:00
parent a9251c533f
commit 6f3c67f760
10 changed files with 193 additions and 11 deletions

View file

@ -0,0 +1,7 @@
{
"default": true,
"MD009": {
"list_item_empty_lines": true,
"strict": true
}
}