chore(docs): add markdownlint and cpell config files (and apply some linting) (#3140)

* chore(docs): apply some linting

* chore(docs): add markdownlint and cpell config files

* remove duplicate key

* add extension recommendation

* update cspell
This commit is contained in:
Stavros Kois
2022-07-11 21:13:45 +02:00
committed by GitHub
parent b20a5d1fef
commit 3007303db7
23 changed files with 131 additions and 78 deletions
+13
View File
@@ -0,0 +1,13 @@
# https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md033
# Do not warn for "Inline HTML"
MD033: false
# https://github.com/DavidAnson/markdownlint/blob/v0.25.1/doc/Rules.md#md036
# Do not warn for "Emphasis used instead of a heading"
MD036: false
# https://github.com/DavidAnson/markdownlint/blob/v0.25.1/doc/Rules.md#md013
# Do not warn for Line length
MD013:
# We can lower this and wrap lines. Markdown does not care.
line_length: 999