Skip to content
/ write-good Public template

A Vale-compatible implementation of the write-good linter.

License

Notifications You must be signed in to change notification settings

errata-ai/write-good

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

write-good Build Status Vale version license

write-good: Naive linter for English prose for developers who can't write good and wanna learn to do other stuff good too.

This repository contains a Vale-compatible implementation of the guidelines enforced by the write-good (LICENSE) linter.

Getting Started

To get started, add the package to your configuration file (as shown below) and then run vale sync.

StylesPath = styles
MinAlertLevel = suggestion

Packages = write-good

[*]
BasedOnStyles = write-good