Skip to content

Commit 4255bde

Browse files
committed
fix(rule): remove fix
1 parent 74ccb01 commit 4255bde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/textlint-rule-ja-no-mixed-period.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ const reporter = (context, options = {}) => {
3535
// 文末がスペースである場合
3636
if (/\s/.test(lastChar)) {
3737
report(lastNode, new RuleError(`文末が"${periodMark}"で終わっていません。末尾に不要なスペースがあります。`, {
38-
index: lastIndex,
39-
fix: fix
38+
index: lastIndex
4039
}));
4140
return
4241
}

0 commit comments

Comments
 (0)