Skip to content

Commit 4c0009f

Browse files
committed
add "2.1.6.カタカナの長音" rule
1 parent b7cbf96 commit 4c0009f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
"1.2.1.句点(。)と読点(、)": presetJtfStyle["1.2.1.句点(。)と読点(、)"],
1111
"1.2.2.ピリオド(.)とカンマ(,)": presetJtfStyle["1.2.2.ピリオド(.)とカンマ(,)"],
1212
"2.1.2.漢字": presetJtfStyle["2.1.2.漢字"],
13+
"2.1.6.カタカナの長音": presetJtfStyle["2.1.6.カタカナの長音"],
1314
"2.1.8.算用数字": presetJtfStyle["2.1.8.算用数字"],
1415
"2.1.9.アルファベット": presetJtfStyle["2.1.9.アルファベット"],
1516
"2.1.10.算用数字の位取りの表記": presetJtfStyle["2.1.10.算用数字の位取りの表記"],
@@ -50,6 +51,7 @@ module.exports = {
5051
"1.2.1.句点(。)と読点(、)": true,
5152
"1.2.2.ピリオド(.)とカンマ(,)": true,
5253
"2.1.2.漢字": false,
54+
"2.1.6.カタカナの長音": false,
5355
"2.1.8.算用数字": true,
5456
"2.1.9.アルファベット": true,
5557
"2.1.10.算用数字の位取りの表記": true,

0 commit comments

Comments
 (0)