Skip to content

Commit

Permalink
update lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
xkeshav committed Oct 6, 2024
1 parent 4c999c4 commit 021362d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/actions/md-lint/.markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@
"style": "consistent"
},
"MD029": false,
"MD033": false,
"MD033": {
"allowed_elements": [
"summary",
"details",
"mark"
]
},
"MD007": {
"indent": 2
},
"MD013": {
"line_length": 200,
"line_length": 300,
"code_block_line_length": 100,
"tables": false
},
"no-hard-tabs": false,
Expand Down

0 comments on commit 021362d

Please sign in to comment.