Update MD026/no-trailing-punctuation to handle empty punctuation paramater, escape for RegExp (fixes #205).

This commit is contained in:
David Anson 2019-07-26 23:03:56 -07:00
parent d336a11665
commit 91b4fcd55f
6 changed files with 39 additions and 13 deletions

View file

@ -0,0 +1,6 @@
{
"default": true,
"MD026": {
"punctuation": ""
}
}