File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ sudo : fakse
2
+ language : node_js
3
+ node_js : stable
Original file line number Diff line number Diff line change 1
- # textlint-rule-no-doubled-joshi
1
+ # textlint-rule-no-doubled-joshi [ ![ Build Status ] ( https://travis-ci.org/azu/textlint-rule-no-doubled-joshi.svg?branch=master )] ( https://travis-ci.org/azu/textlint-rule-no-doubled-joshi )
2
2
3
3
文中に同じ助詞が複数出てくるのをチェックする[ textlint] ( https://github.com/textlint/textlint " textlint ") ルールです。
4
4
5
5
例)
6
6
7
7
> 材料不足で代替素材で製品を作った。
8
8
9
- ** で** という助詞が一文で複数でてきている 。
9
+ ** で** という助詞が一文で複数回でてきている 。
10
10
11
11
12
12
## Installation
13
13
14
- - [ ] Describe the installation process
14
+ npm install textlint-rule-no-doubled-joshi
15
15
16
16
## Usage
17
17
44
44
45
45
## Tests
46
46
47
- - [ ] Write How to Tests
47
+ npm test
48
48
49
49
## Contributing
50
50
You can’t perform that action at this time.
0 commit comments