diff options
Diffstat (limited to '.markdownlint.json')
| -rw-r--r-- | .markdownlint.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..4c98f54 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,5 @@ +{ + "MD013": false, + "MD033": false, + "MD041": false +} |