style: ignore line length for markdown tables
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
This commit is contained in:
parent
bf46e6340e
commit
8bbcd22d6f
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
||||||
// linting rules
|
// linting rules
|
||||||
"config": {
|
"config": {
|
||||||
"MD013": {
|
"MD013": {
|
||||||
"line_length": 120
|
"line_length": 120,
|
||||||
|
"tables": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue