https://github.com/errata-ai/packages
:package: A collection of pre-packaged, Vale-compatible style guides and configurations.
https://github.com/errata-ai/packages
vale
Last synced: 3 months ago
JSON representation
:package: A collection of pre-packaged, Vale-compatible style guides and configurations.
- Host: GitHub
- URL: https://github.com/errata-ai/packages
- Owner: errata-ai
- License: mit
- Created: 2019-05-28T20:54:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T00:34:28.000Z (7 months ago)
- Last Synced: 2025-03-29T16:07:44.157Z (3 months ago)
- Topics: vale
- Language: Python
- Homepage:
- Size: 149 KB
- Stars: 107
- Watchers: 8
- Forks: 18
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Styles
This repository contains a library of all officially supported styles for Vale. The benefits of using these styles over their original implementations include:
- [X] [Improved support for markup](https://vale.sh/docs/topics/scoping/), including the ability to ignore code and target only certain sections of text (e.g., checking headers for a specific capitalization style).
- [X] 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.
- [X] Easily combine, mismatch, or otherwise customize each style.## Available styles
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-good
linter. proselint
- An implementation of the guidelines enforced by the
proselint
linter. Joblint
- An implementation of the guidelines enforced by the
Joblint
linter. alex
- An implementation of the guidelines enforced by the
alex
linter. Readability
- An implementations of many popular "readability" metrics.
## Submitting a style
Fork this repo, add an entry to the [`library.json`](https://github.com/errata-ai/styles/blob/master/library.json) file, and submit a PR.