This repository contains a library of all officially supported styles for Vale. The benefits of using these styles over their original implementations include:
- Improved support for markup, including the ability to ignore code and target only certain sections of text (e.g., checking headers for a specific capitalization style).
- No need to install and configure npm (Node.js), pip (Python), or other language-specific tools. With Vale, you get all the functionality in a single, standalone binary available for Windows, macOS, and Linux.
- Easily combine, mismatch, or otherwise customize each style.
Microsoft- An implementation of the Microsoft Writing Style Guide.
Google- An implementation of the Google Developer Documentation Style Guide.
write-good- An implementation of the guidelines enforced by the
write-goodlinter. proselint- An implementation of the guidelines enforced by the
proselintlinter. Joblint- An implementation of the guidelines enforced by the
Joblintlinter. alex- An implementation of the guidelines enforced by the
alexlinter. Readability- An implementations of many popular "readability" metrics.
Fork this repo, add an entry to the library.json file, and submit a PR.