The standard library for Vale: general-purpose rules you extend to build your own style.
Add it to your .vale.ini, then run vale sync.
Packages = Std
[*.md]
BasedOnStyles = Vale, Std The name installs the latest release each time vale sync runs. To stay on v0.2.0, the release this page describes, give its URL instead:
Packages = https://github.com/vale-cli/Std/releases/download/v0.2.0/Std.zip Spell out '%s' on first use.
Use '%s' instead of '%s'.
Ambiguous date format: '%s'.
Inconsistent time format: '%s'.
Use '%s' instead of '%s'.
'%s' looks like passive voice.
Ellipsis.
Missing serial comma before '%s'.
'%s' should have one space.
Long sentence: %d words.
First-person plural: '%s'.
First-person singular: '%s'.
'%s' is not a gender-neutral pronoun.
Consider '%s' instead of '%s'.