Skip to content

Commit 98d8251

Browse files
committed
chore: enable dictionary-based rules of textlint-rule-preset-jtf-style
1 parent 514eaa2 commit 98d8251

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.textlintrc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ module.exports = {
1111
},
1212
rules: {
1313
"preset-jtf-style": {
14+
// デフォルトで無効のため
15+
"2.1.5.カタカナ": true,
16+
// デフォルトで無効のため
17+
"2.1.6.カタカナの長音": true,
18+
// デフォルトで無効のため
19+
"2.2.1.ひらがなと漢字の使い分け": true,
1420
// 階層構造を表現する記号としての>の使用例があるため
1521
"4.3.7.山かっこ<>": false,
1622
},

0 commit comments

Comments
 (0)