lion/.markdownlint.json
Thomas Allmer bcd074d1fb feat: use markdown javascript (mdjs) for documentation
Co-authored-by: CubLion <alex.ghiu@ing.com>
2020-05-29 17:01:15 +02:00

8 lines
125 B
JSON

{
"line-length": {
"line_length": -1
},
"no-trailing-punctuation": {
"punctuation": ".,;。,;:!"
}
}