Update MD lint rules

This commit is contained in:
Piotr Rogowski 2023-06-27 12:59:13 +02:00
parent ea5f93d3e6
commit f2fbefb550
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 2 additions and 1 deletions

View File

@ -3,5 +3,6 @@
"line-length": false,
"no-trailing-spaces": false,
"single-trailing-newline": false,
"heading-start-left": false
"heading-start-left": false,
"first-line-heading": false
}