Skip to content

Commit 561a418

Browse files
committed
chore(src): add comment
1 parent 63a68ef commit 561a418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const reporter = (context, options = {}) => {
3838
options.allowEmojiAtEnd !== undefined ? options.allowEmojiAtEnd : defaultOptions.allowEmojiAtEnd;
3939
const forceAppendPeriod =
4040
options.forceAppendPeriod !== undefined ? options.forceAppendPeriod : defaultOptions.forceAppendPeriod;
41+
// [Note] Un-document option
4142
const checkFootnote = options.checkFootnote !== undefined ? options.checkFootnote : defaultOptions.checkFootnote;
4243
// 脚注のNode Typeを定義(TxtASTの定義外)
4344
const FootnoteNodes = [

0 commit comments

Comments
 (0)