We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6df2ff1 + d2ad411 commit 3a1a846Copy full SHA for 3a1a846
lib/textlint-rule-preset-vuejs-jp.js
@@ -26,6 +26,7 @@ module.exports = {
26
"4.2.5.波線(〜)": presetJtfStyle["4.2.5.波線(〜)"],
27
"4.2.8.セミコロン(;)": presetJtfStyle["4.2.8.セミコロン(;)"],
28
"4.2.9.ダッシュ(-)": presetJtfStyle["4.2.9.ダッシュ(-)"],
29
+ "4.3.1.丸かっこ()": presetJtfStyle["4.3.1.丸かっこ()"],
30
"4.3.3.かぎかっこ「」": presetJtfStyle["4.3.3.かぎかっこ「」"],
31
"4.3.4.二重かぎかっこ『』": presetJtfStyle["4.3.4.二重かぎかっこ『』"],
32
"4.3.5.二重引用符": presetJtfStyle["4.3.5.二重引用符"],
@@ -64,6 +65,7 @@ module.exports = {
64
65
"4.2.5.波線(〜)": true,
66
"4.2.8.セミコロン(;)": true,
67
"4.2.9.ダッシュ(-)": true,
68
+ "4.3.1.丸かっこ()": false,
69
"4.3.3.かぎかっこ「」": true,
70
"4.3.4.二重かぎかっこ『』": true,
71
"4.3.5.二重引用符": true,
0 commit comments