zot/.markdownlint-cli2.jsonc
Simon Cornet 9e77f7de8d
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
style: ignore line length for markdown tables
2026-05-15 13:44:03 +02:00

13 lines
163 B
JSON

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