Prose Linting with Vale¶
These docs use Vale to ensure consistency of prose style.
Perform Linting¶
Run just lint-prose
to specifically lint the documentation prose.
Style Guide¶
Vale uses the Microsoft Writing Style Guide.
The styles for Vale can be found in docs/styles/Microsoft
and were taken from here.
Configuration¶
The .vale.ini
file at the root of the repository is used to configure Vale for both IDE integration and for the checks that run during a Pull Request.
IDE Integration
Check out the Local Development page to learn more about IDE integration for Vale.