common/.markdownlint-cli2.jsonc

12 lines
140 B
JSON

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