File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# textlint-rule-write-good
2
2
3
+ [ ![ npm] ( https://img.shields.io/npm/v/textlint-rule-write-good.svg )] ( https://www.npmjs.com/package/textlint-rule-write-good )
3
4
[ ![ Build Status] ( https://travis-ci.org/nodaguti/textlint-rule-write-good.svg?branch=master )] ( https://travis-ci.org/nodaguti/textlint-rule-write-good )
4
5
[ ![ Dependency Status] ( https://david-dm.org/nodaguti/textlint-rule-write-good.svg )] ( https://david-dm.org/nodaguti/textlint-rule-write-good )
5
6
[ ![ devDependency Status] ( https://david-dm.org/nodaguti/textlint-rule-write-good/dev-status.svg )] ( https://david-dm.org/nodaguti/textlint-rule-write-good#info=devDependencies )
6
7
7
8
[ textlint] ( https://github.com/textlint/textlint ) rule
8
- to check your English styles with [ btford/write-good] ( https://github.com/btford/write-good ) .
9
+ to check your English writing styles with [ btford/write-good] ( https://github.com/btford/write-good ) .
9
10
10
11
## Installation
11
12
@@ -22,7 +23,9 @@ $ textlint --rule textlint-rule-write-good some-text-to-proofread.txt
22
23
23
24
## Options
24
25
25
- You can disable each types of checks via ` .textlintrc ` .
26
+ All checks except for [ ` eprime ` ] ( https://github.com/btford/write-good#eprime ) are enabled by default.
27
+
28
+ You can disable each type of checks by passing ` false ` in ` .textlintrc ` .
26
29
27
30
```
28
31
{
@@ -35,7 +38,7 @@ You can disable each types of checks via `.textlintrc`.
35
38
}
36
39
```
37
40
38
- For available check types, see [ btford/write-good#checks] ( https://github.com/btford/write-good#checks )
41
+ For available checks, please refer to [ btford/write-good#checks] ( https://github.com/btford/write-good#checks ) .
39
42
40
43
## Tests
41
44
You can’t perform that action at this time.
0 commit comments