Skip to content

Commit 88fb83e

Browse files
committed
refactor(src): rename file
1 parent 931ac60 commit 88fb83e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const tokenize = require("kuromojin").tokenize;
44
const fs = require("fs");
55
const path = require("path");
66
const prh = require("textlint-rule-prh");
7-
const dictionaryList = require("./no-confusing-adjust-and-apply");
7+
const dictionaryList = require("./dictionary");
88
const createTokenMatcher = require("morpheme-match");
99
const reporter = (context) => {
1010
const {Syntax, RuleError, report, fixer, getSource} = context;
@@ -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, "no-restitution-value.yml"))
21+
fs.readFileSync(path.join(__dirname, "prh.yml"))
2222
]
2323
});
2424
return {

0 commit comments

Comments
 (0)