Files
simple-scaffold/.markdownlint.json
2022-05-24 00:36:17 +03:00

10 lines
150 B
JSON

{
"line-length": {
"line_length": 100,
"tables": false,
"code_blocks": false
},
"no-inline-html": false,
"first-line-h1": false
}