Skip to content

Commit

Permalink
linter: 💅 add markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbarsukov committed Oct 10, 2024
1 parent ff07926 commit 4a29dee
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .markdownlint.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
// Style of unordered lists..
"MD007": {
"indent": 2,
"start_indented": true
},

// no-trailing-spaces: true
"MD009": false,

// Line length. Who cares.
"MD013": false,

// Multiple headings with the same content. That's fine.
"MD024": false,

// Cause I love inlining a little HTML in my markdown.
"MD033": false
}

0 comments on commit 4a29dee

Please sign in to comment.