Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/textlint-rule-preset-vuejs-jp.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
"4.2.5.波線(〜)": presetJtfStyle["4.2.5.波線(〜)"],
"4.2.8.セミコロン(;)": presetJtfStyle["4.2.8.セミコロン(;)"],
"4.2.9.ダッシュ(-)": presetJtfStyle["4.2.9.ダッシュ(-)"],
"4.3.1.丸かっこ()": presetJtfStyle["4.3.1.丸かっこ()"],
"4.3.3.かぎかっこ「」": presetJtfStyle["4.3.3.かぎかっこ「」"],
"4.3.4.二重かぎかっこ『』": presetJtfStyle["4.3.4.二重かぎかっこ『』"],
"4.3.5.二重引用符": presetJtfStyle["4.3.5.二重引用符"],
Expand Down Expand Up @@ -64,6 +65,7 @@ module.exports = {
"4.2.5.波線(〜)": true,
"4.2.8.セミコロン(;)": true,
"4.2.9.ダッシュ(-)": true,
"4.3.1.丸かっこ()": false,
"4.3.3.かぎかっこ「」": true,
"4.3.4.二重かぎかっこ『』": true,
"4.3.5.二重引用符": true,
Expand Down