Skip to content

Check your writing for adverbs. They're not illegal but can be naughty.

License

Notifications You must be signed in to change notification settings

duereg/adverb-where

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status devDependencies NPM version

Adverb Where?

npm module for checking for adverbs or vague constructs. Adverbs can have the effect of being an intensifier that doesn't intensify.

Install

npm install adverb-where

Use

var complexity = require('adverb-where');

var problems = complexity('Allegedly, this sentence is terrible.');
// problems -> [{ match: "Allegedly", index: 0, offset: 9 }]

See Also

See Pretty, fairly, really, very, and quite

License

MIT

About

Check your writing for adverbs. They're not illegal but can be naughty.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •