You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Landon Abney a79fdd3a0a
Merge pull request #89 from AtomLinter/renovate/semantic-release-monorepo
3 years ago
lib updated for linter 2.0.0 4 years ago
spec chore(specs): add some basic specs 4 years ago
.gitignore Initial commit. 9 years ago
.travis.yml build: automated deployment 4 years ago
CHANGELOG.md chore(release): 0.9.3 [skip ci] 4 years ago
LICENSE.md Initial commit. 9 years ago
README.md Update for E-Prime support 6 years ago
flags.png Update for E-Prime support 6 years ago
package-lock.json chore(deps): update dependency semantic-release to v17.0.4 3 years ago
package.json chore(deps): update dependency semantic-release to v17.0.4 3 years ago
screenshot.png Readme updates 9 years ago

README.md

linter-write-good

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

A Linter interface for the write-good library.

This provides a variety of english usage text tips when writing documentation and commit messages.

This package requires Linter.

See it on atom.io

See it on github.com

Configuration

In the package settings, you can use a custom node binary, a custom write-good script, and pass arguments to the write good command. See write-good for possible arguments to the command.

Moreover, you can set the severity level of this linter. The default level is Error. Setting the severity level to Warning or Info helps distinguish write-good highlighting from the highlighting of an ordinary spell checker, or higher priority linters.

Note: Additional Linting

E-Prime

The Write-Good library implements a linter for E-Prime which is off by default. To enable E-Prime linting, you'll need to add the --yes-eprime flag to the extra arguments input under this package's settings page.