Remove markdownlint line length warnings

This commit is contained in:
Oliver Davies 2024-03-13 22:46:09 +00:00
parent 09cab7bf7d
commit f9329c6676
2 changed files with 2 additions and 0 deletions

1
.markdownlint.yaml Normal file
View file

@ -0,0 +1 @@
MD013: false

View file

@ -13,6 +13,7 @@ flake:
git: git:
ignore: ignore:
- '/source/build/' - '/source/build/'
- '!/.markdownlint.yaml'
- '!/assets/' - '!/assets/'
- '!/data/' - '!/data/'
- '!/package.json' - '!/package.json'