Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

no-cliches

duereg178.6kMIT0.3.6

Find clichés in your writings

english, writing, prose, words, cliches, clichés, readability

readme

NPM version

No Clichés

npm module to check for clichés in your writing.

Install

npm install no-cliches

Use

const cliches = require('no-cliches');

const problems = cliches('Writing specs puts me at loose ends.');
// problems -> [{ match: "at loose ends", index: 22, offset: 12 }]

See Also

Concise Writing

Clichés List

License

MIT