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
f4da8d8c52
commit
c2a9f8ff19
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
|||
// linting rules
|
||||
"config": {
|
||||
"MD013": {
|
||||
"line_length": 120
|
||||
"line_length": 120,
|
||||
"tables": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue