Skip to content

Commit 74e16b4

Browse files
committed
Add imports exaple
1 parent 5e5f293 commit 74e16b4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,18 @@ rules:
115115
to: foo altJS bar
116116
```
117117
118+
#### imports
119+
120+
prh.yml can import other yaml file
121+
122+
```yaml
123+
version: 1
124+
125+
imports:
126+
- imports-a.yml
127+
- imports-b.yml
128+
```
129+
118130
## Example
119131
120132
See [azu/prh-textlint-example: Example of textlint + prh.](https://github.com/azu/prh-textlint-example "azu/prh-textlint-example: Example of textlint + prh.").

0 commit comments

Comments
 (0)