1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-01 04:50:27 +02:00

Add markdownlint to remove unnecessary warnings

This commit is contained in:
Sunny Hirai
2021-05-25 23:58:16 -07:00
parent 03746d9eed
commit 09944130b1

4
.markdownlint.json Normal file
View File

@@ -0,0 +1,4 @@
{
"MD001": false,
"MD013": false
}