corso/docs/.vale.ini
Georgi Matev fe2516b9ba
Fix all Vale [error] level lint issues and all markdownlint issues (#997)
## 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
2022-09-30 07:31:58 +00:00

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