prh.yml
A collection of dictionary for prh.
You should install prh or textlint-rule-prh.
textlint-rule-prh with textlint >= 7.1.2
git subtree add --prefix=prh https://github.com/azu/prh.yml.git master --squash
git subtree pull --prefix=prh https://github.com/azu/prh.yml.git master --squash
prh.yml
You can import these prh dictionary files from main prh.yml
.
version: 1
imports:
- prh/ja/jser-info.yml
- prh/ja/kanji-open.yml
- prh/ja/spoken.yml
- prh/ja/typo.yml
- prh/javascript.yml
- prh/css.yml
- prh/software.yml
rules:
# project configuration
- expected: Almin
patterns: /almin.js/i
The files in the root directory are for *.yml
file that are project specific, such as programming language or framework specific templates.
Natural language file should go into the <lang>/
directory.
e.g.) ja/typo.yml
define typo for japanese.
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
expected
and patterns
, also add specs
.Install devDependencies and Run npm test
:
npm i -d && npm test
MIT © azu