## Description * fixes all `markdownlint` issues, includeing autogenerated docs * fixes [error] level Vale problems * ## Type of change <!--- Please check the type of change your PR introduces: ---> - [ ] 🌻 Feature - [x] 🐛 Bugfix - [x] 🗺️ Documentation - [ ] 🤖 Test - [ ] 💻 CI/Deployment - [x] 🐹 Trivial/Minor ## Issue(s) ## Test Plan <!-- How will this be tested prior to merging.--> - [x] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
27 lines
582 B
INI
27 lines
582 B
INI
StylesPath = styles
|
|
|
|
MinAlertLevel = suggestion
|
|
Vocab = Base
|
|
|
|
Packages = Microsoft, proselint, write-good, alex
|
|
|
|
[formats]
|
|
mdx = md
|
|
|
|
[*]
|
|
write-good.E-Prime = NO
|
|
|
|
[*.md]
|
|
BasedOnStyles = Vale, Microsoft, proselint, write-good, alex
|
|
|
|
# Ignore the following blocks:
|
|
# - MDX code blocks - e.g. {mdx_code}
|
|
# - imports - e.g. import <something> from <something>;
|
|
# - corso command line examples first line in a bash code block starting with `corso`
|
|
BlockIgnores = (\{\#.*?\}), \
|
|
(import.*?from.*?;),\
|
|
(?s) (```bash.*?corso.*?$)
|
|
|
|
[*.json]
|
|
BasedOnStyles = Vale
|