Skip to content

Commit 1e4042b

Browse files
committed
apply rules from vuejs-jp/ja.vuejs.org & vuejs-jp/ja.nuxtjs.org
1 parent 2d17222 commit 1e4042b

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

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

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,16 @@ module.exports = {
66
rules: {
77
"1.1.1.本文": presetJtfStyle["1.1.1.本文"],
88
"1.1.2.見出し": presetJtfStyle["1.1.2.見出し"],
9-
"1.1.3.箇条書き": presetJtfStyle["1.1.3.箇条書き"],
109
"1.1.5.図表のキャプション": presetJtfStyle["1.1.5.図表のキャプション"],
1110
"1.2.1.句点(。)と読点(、)": presetJtfStyle["1.2.1.句点(。)と読点(、)"],
1211
"1.2.2.ピリオド(.)とカンマ(,)": presetJtfStyle["1.2.2.ピリオド(.)とカンマ(,)"],
1312
"2.1.2.漢字": presetJtfStyle["2.1.2.漢字"],
14-
"2.1.5.カタカナ": presetJtfStyle["2.1.5.カタカナ"],
15-
"2.1.6.カタカナの長音": presetJtfStyle["2.1.6.カタカナの長音"],
1613
"2.1.8.算用数字": presetJtfStyle["2.1.8.算用数字"],
1714
"2.1.9.アルファベット": presetJtfStyle["2.1.9.アルファベット"],
1815
"2.1.10.算用数字の位取りの表記": presetJtfStyle["2.1.10.算用数字の位取りの表記"],
1916
"2.2.1.ひらがなと漢字の使い分け": presetJtfStyle["2.2.1.ひらがなと漢字の使い分け"],
2017
"2.2.2.算用数字と漢数字の使い分け": presetJtfStyle["2.2.2.算用数字と漢数字の使い分け"],
2118
"2.2.3.一部の助数詞の表記": presetJtfStyle["2.2.3.一部の助数詞の表記"],
22-
"3.1.1.全角文字と半角文字の間": presetJtfStyle["3.1.1.全角文字と半角文字の間"],
23-
"3.1.2.全角文字どうし": presetJtfStyle["3.1.2.全角文字どうし"],
2419
"3.2.カタカナ語間のスペースの有無": presetJtfStyle["3.2.カタカナ語間のスペースの有無"],
2520
"3.3.かっこ類と隣接する文字の間のスペースの有無": presetJtfStyle["3.3.かっこ類と隣接する文字の間のスペースの有無"],
2621
"4.1.1.句点(。)": presetJtfStyle["4.1.1.句点(。)"],
@@ -29,12 +24,8 @@ module.exports = {
2924
"4.2.2.疑問符(?)": presetJtfStyle["4.2.2.疑問符(?)"],
3025
"4.2.4.中黒(・)": presetJtfStyle["4.2.4.中黒(・)"],
3126
"4.2.5.波線(〜)": presetJtfStyle["4.2.5.波線(〜)"],
32-
"4.2.6.ハイフン(-)": presetJtfStyle["4.2.6.ハイフン(-)"],
33-
"4.2.7.コロン(:)": presetJtfStyle["4.2.7.コロン(:)"],
3427
"4.2.8.セミコロン(;)": presetJtfStyle["4.2.8.セミコロン(;)"],
3528
"4.2.9.ダッシュ(-)": presetJtfStyle["4.2.9.ダッシュ(-)"],
36-
"4.3.1.丸かっこ()": presetJtfStyle["4.3.1.丸かっこ()"],
37-
"4.3.2.大かっこ[]": presetJtfStyle["4.3.2.大かっこ[]"],
3829
"4.3.3.かぎかっこ「」": presetJtfStyle["4.3.3.かぎかっこ「」"],
3930
"4.3.4.二重かぎかっこ『』": presetJtfStyle["4.3.4.二重かぎかっこ『』"],
4031
"4.3.5.二重引用符": presetJtfStyle["4.3.5.二重引用符"],
@@ -51,21 +42,16 @@ module.exports = {
5142
rulesConfig: {
5243
"1.1.1.本文": true,
5344
"1.1.2.見出し": true,
54-
"1.1.3.箇条書き": true,
5545
"1.1.5.図表のキャプション": true,
5646
"1.2.1.句点(。)と読点(、)": true,
5747
"1.2.2.ピリオド(.)とカンマ(,)": true,
5848
"2.1.2.漢字": false,
59-
"2.1.5.カタカナ": false,
60-
"2.1.6.カタカナの長音": false,
6149
"2.1.8.算用数字": true,
6250
"2.1.9.アルファベット": true,
6351
"2.1.10.算用数字の位取りの表記": true,
6452
"2.2.1.ひらがなと漢字の使い分け": false,
6553
"2.2.2.算用数字と漢数字の使い分け": true,
6654
"2.2.3.一部の助数詞の表記": true,
67-
"3.1.1.全角文字と半角文字の間": true,
68-
"3.1.2.全角文字どうし": true,
6955
"3.2.カタカナ語間のスペースの有無": true,
7056
"3.3.かっこ類と隣接する文字の間のスペースの有無": true,
7157
"4.1.1.句点(。)": true,
@@ -74,12 +60,8 @@ module.exports = {
7460
"4.2.2.疑問符(?)": true,
7561
"4.2.4.中黒(・)": true,
7662
"4.2.5.波線(〜)": true,
77-
"4.2.6.ハイフン(-)": true,
78-
"4.2.7.コロン(:)": true,
7963
"4.2.8.セミコロン(;)": true,
8064
"4.2.9.ダッシュ(-)": true,
81-
"4.3.1.丸かっこ()": true,
82-
"4.3.2.大かっこ[]": true,
8365
"4.3.3.かぎかっこ「」": true,
8466
"4.3.4.二重かぎかっこ『』": true,
8567
"4.3.5.二重引用符": true,
@@ -98,9 +80,9 @@ module.exports = {
9880
"no-mix-dearu-desumasu": {
9981
"preferInHeader": "",
10082
"preferInBody": "ですます",
101-
"preferInList": "である",
102-
"strict": false
83+
"preferInList": "ですます",
84+
"strict": true
10385
},
10486
"no-invalid-control-character": true
10587
}
106-
};
88+
};

0 commit comments

Comments
 (0)