blackbeard/.markdownlint-cli2.jsonc
2026-04-13 15:41:51 +02:00

12 lines
140 B
JSON

{
// files to lint
"globs": [
"readme.md"
],
// linting rules
"config": {
"MD013": {
"line_length": 120
}
}
}