We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bdf8b commit 656dea7Copy full SHA for 656dea7
README.md
@@ -629,6 +629,7 @@ A. 正規表現の辞書ベースのルールが幾つかあります。
629
"jtf-style"
630
],
631
"rules": {
632
+ "jtf-style/2.1.2.漢字": true,
633
"jtf-style/2.1.5.カタカナ": true,
634
"jtf-style/2.1.6.カタカナの長音": true,
635
"jtf-style/2.2.1.ひらがなと漢字の使い分け": true
src/index.js
@@ -53,7 +53,7 @@ export default {
53
"1.1.5.図表のキャプション": true,
54
"1.2.1.句点(。)と読点(、)": true,
55
"1.2.2.ピリオド(.)とカンマ(,)": true,
56
- "2.1.2.漢字": true,
+ "2.1.2.漢字": false,
57
// 辞書ベース
58
"2.1.5.カタカナ": false,
59
0 commit comments