Skip to content

Commit 36bd990

Browse files
committed
fix(textlint): fix prh rule
1 parent 444bcbe commit 36bd990

File tree

3 files changed

+6742
-4
lines changed

3 files changed

+6742
-4
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"redux": "^3.5.2",
6565
"remark": "^6.2.0",
6666
"stemming-x-keywords": "^1.0.3",
67-
"textlint": "^7.0.0",
67+
"textlint": "^8.2.1",
6868
"textlint-filter-rule-comments": "^1.2.1",
6969
"textlint-formatter-codecov": "^1.0.2",
7070
"textlint-formatter-lcov": "^1.0.2",
@@ -80,8 +80,8 @@
8080
"textlint-rule-no-mix-dearu-desumasu": "^3.0.0",
8181
"textlint-rule-no-nfd": "^1.0.1",
8282
"textlint-rule-no-start-duplicated-conjunction": "^1.0.7",
83-
"textlint-rule-preset-jtf-style": "^2.0.0",
84-
"textlint-rule-prh": "^3.0.1",
83+
"textlint-rule-preset-jtf-style": "^2.3.0",
84+
"textlint-rule-prh": "^5.0.1",
8585
"textlint-rule-sentence-length": "^1.0.4",
8686
"textlint-rule-spellcheck-tech-word": "^5.0.0",
8787
"textlint-rule-unexpanded-acronym": "^1.2.0",

test/prh.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ rules:
1515
- expected: gulp
1616
- expected: タスク自動化ツール
1717
patterns:
18-
- /Task Runner/i
1918
- タスクランナー
2019
- タスク管理ツール
20+
- Task Runner
2121

2222
- expected: プラグインアーキテクチャ
2323
pattern:

0 commit comments

Comments
 (0)