Skip to content

Commit

Permalink
feat: add lint file for markdown to avoid unwanted errors in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeeinlondon committed Aug 17, 2023
1 parent b30c419 commit 3f8500e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ yarn-error.log*
.vscode

# avoid having dist files in repo; these should only go to NPM
dist
dist
.vitepress
4 changes: 4 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"no-inline-html": false,
"line-length": false
}

0 comments on commit 3f8500e

Please sign in to comment.