Skip to content

Commit

Permalink
Simplify lints (#1478)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim authored Apr 11, 2024
1 parent e94e4da commit d9d3e21
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"line-length": {
"line_length": 80,
"line_length": 160,
"code_blocks": false
},
"ul-style": {
"style": "dash"
},
"no-trailing-punctuation": {
"punctuation": ".,;:。,;:"
}
}

0 comments on commit d9d3e21

Please sign in to comment.