style: ignore line length for markdown tables
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-15 13:44:01 +02:00
commit 8bbcd22d6f

View file

@ -6,7 +6,8 @@
// linting rules
"config": {
"MD013": {
"line_length": 120
"line_length": 120,
"tables": false
}
}
}