Skip to content

Commit 656dea7

Browse files
committed
fix(index): forget to disable "2.1.2.漢字"
#
1 parent 06bdf8b commit 656dea7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ A. 正規表現の辞書ベースのルールが幾つかあります。
629629
"jtf-style"
630630
],
631631
"rules": {
632+
"jtf-style/2.1.2.漢字": true,
632633
"jtf-style/2.1.5.カタカナ": true,
633634
"jtf-style/2.1.6.カタカナの長音": true,
634635
"jtf-style/2.2.1.ひらがなと漢字の使い分け": true

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default {
5353
"1.1.5.図表のキャプション": true,
5454
"1.2.1.句点(。)と読点(、)": true,
5555
"1.2.2.ピリオド(.)とカンマ(,)": true,
56-
"2.1.2.漢字": true,
56+
"2.1.2.漢字": false,
5757
// 辞書ベース
5858
"2.1.5.カタカナ": false,
5959
// 辞書ベース

0 commit comments

Comments
 (0)