A Vale-compatible implementation of the cusy editorial guidelines.
To get started, add the package to your configuration file (see below) and run vale sync
.
StylesPath = styles
MinAlertLevel = suggestion
Packages = https://github.com/cusyio/cusy-vale/releases/download/v0.1.0/cusy-vale.zip
[*]
BasedOnStyles = Readability
See Packages for more information.
./styles/config/vocabularies/
- The vocabularies allow us to maintain customised terminology lists independently of our cusy style.
./styles/cusy-en/
- Our rules to enforce the cusy editorial guide in English.
./styles/cusy-de/
- Our rules to enforce the cusy editorial guide in German.
./styles/dictionaries/
- Dictionaries for spell checking.
See the Vale documentation for more information.