Skip to content

Commit 3a1a846

Browse files
authored
Merge pull request #2 from vuejs-jp/enable-brackets
feat: enable brackets rule
2 parents 6df2ff1 + d2ad411 commit 3a1a846

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/textlint-rule-preset-vuejs-jp.js

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = {
2626
"4.2.5.波線(〜)": presetJtfStyle["4.2.5.波線(〜)"],
2727
"4.2.8.セミコロン(;)": presetJtfStyle["4.2.8.セミコロン(;)"],
2828
"4.2.9.ダッシュ(-)": presetJtfStyle["4.2.9.ダッシュ(-)"],
29+
"4.3.1.丸かっこ()": presetJtfStyle["4.3.1.丸かっこ()"],
2930
"4.3.3.かぎかっこ「」": presetJtfStyle["4.3.3.かぎかっこ「」"],
3031
"4.3.4.二重かぎかっこ『』": presetJtfStyle["4.3.4.二重かぎかっこ『』"],
3132
"4.3.5.二重引用符": presetJtfStyle["4.3.5.二重引用符"],
@@ -64,6 +65,7 @@ module.exports = {
6465
"4.2.5.波線(〜)": true,
6566
"4.2.8.セミコロン(;)": true,
6667
"4.2.9.ダッシュ(-)": true,
68+
"4.3.1.丸かっこ()": false,
6769
"4.3.3.かぎかっこ「」": true,
6870
"4.3.4.二重かぎかっこ『』": true,
6971
"4.3.5.二重引用符": true,

0 commit comments

Comments
 (0)