v0.11.3
0.11.3 (2021-05-15)
π inlining prh.yml automatically
If you use textlint-rule-prh, textlint-editor-compiler inline the prh.yml to configration automatic!
It can be work on your browser!
{
"rules": {
"prh": {
"rulePaths": [
"./prh.yml"
]
}
}
}
Example:
Bug Fixes
- use dirname (8bf1119)