We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22c67a commit 6123996Copy full SHA for 6123996
src/textlint-rule-ja-no-abusage.js
@@ -18,7 +18,7 @@ const reporter = (context) => {
18
const prhLinter = prh.linter;
19
const prhStr = prhLinter(context, {
20
ruleContents: [
21
- fs.readFileSync(path.join(__dirname, "..", "prh.yml"))
+ fs.readFileSync(path.join(__dirname, "..", "dict", "prh.yml"))
22
]
23
});
24
return {
0 commit comments