Skip to content

Commit 6123996

Browse files
committed
fix(rule): fix dict path
1 parent e22c67a commit 6123996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textlint-rule-ja-no-abusage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const reporter = (context) => {
1818
const prhLinter = prh.linter;
1919
const prhStr = prhLinter(context, {
2020
ruleContents: [
21-
fs.readFileSync(path.join(__dirname, "..", "prh.yml"))
21+
fs.readFileSync(path.join(__dirname, "..", "dict", "prh.yml"))
2222
]
2323
});
2424
return {

0 commit comments

Comments
 (0)