Skip to content

Commit

Permalink
feat(md): add markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
noghartt committed Sep 26, 2024
1 parent 471de22 commit 45f41c4
Show file tree
Hide file tree
Showing 3 changed files with 3,240 additions and 2,230 deletions.
5 changes: 5 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"line-length": {
"tables": false
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"gray-matter": "^4.0.3",
"hast": "^1.0.0",
"hastscript": "^9.0.0",
"markdownlint": "^0.35.0",
"mdast-util-to-string": "^4.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
Loading

0 comments on commit 45f41c4

Please sign in to comment.