We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492962d commit dd4bb87Copy full SHA for dd4bb87
README.md
@@ -24,7 +24,32 @@ This rule check the spell by used with `prh.yml`.
24
}
25
```
26
27
-`rulePaths` : path to YAML file.
+### Options
28
+
29
+- `rulePaths`(required) : array of path to YAML file from `.textlintrc` file
30
31
+```json
32
+{
33
+ "rules": {
34
+ "prh": {
35
+ "rulePaths" :["./prh-rules/rule1.yml", "./prh-rules/rule2.yml"]
36
+ }
37
38
+}
39
+```
40
41
+You can use `~` as Home directory abbreviation.
42
43
44
45
46
47
+ "rulePaths" :["~/global-rule/rule1.yml"]
48
49
50
51
52
53
54
### Fixable
55
@@ -148,4 +173,4 @@ See [textlint-rule/prh-textlint-example: Example of textlint + prh.](https://git
148
173
149
174
## License
150
175
151
-MIT
176
+MIT
0 commit comments