Skip to content

Latest commit

 

History

History
90 lines (71 loc) · 4.74 KB

File metadata and controls

90 lines (71 loc) · 4.74 KB

Lints the text files using write-good for improving proses.

See <https://github.com/btford/write-good> for more information.

  • Natural Language

Settings

Setting Meaning
allow_adverbs Allows adverbs that can weaken the meaning, such as: really, very, extremely, etc. (Optional, defaults to 'True'.)
allow_ambiguous_words Allows weasel words for example often, probably (Optional, defaults to 'True'.)
allow_cliche_phrases Allows common cliche phrases in the sentence. (Optional, defaults to 'True'.)
allow_extra_words Allows wordy phrases and unnecessary words. (Optional, defaults to 'True'.)
allow_passive_voice Allows passive voice. (Optional, defaults to 'True'.)
allow_repeated_words Allows lexical illusions – cases where a word is repeated. (Optional, defaults to 'True'.)
allow_so_beginning Allows So at the beginning of the sentence. (Optional, defaults to 'True'.)
allow_there_is Allows There is or There are at the beginning of the sentence. (Optional, defaults to 'True'.)

Demo

asciicast

Dependencies

  • npm - write-good

Can Detect

  • Formatting
  • Grammar

License

AGPL-3.0

Authors