Skip to content

Commit

Permalink
fix lint exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaythapa committed Jan 3, 2025
1 parent 3ebc7de commit 06529f4
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 38 deletions.
5 changes: 3 additions & 2 deletions .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"fenced-code-language": false,
"first-line-h1": false,
"MD013": {
"line_length": 150,
"tables": false
"line_length": 250,
"tables": false,
"ignore-code-blocks": true
},
"MD034": false,
"MD046": { "style": "fenced" },
Expand Down
Loading

0 comments on commit 06529f4

Please sign in to comment.