Skip to content

Commit bf72c17

Browse files
committed
chore: textlintのルールを調整
1 parent e23a6cf commit bf72c17

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.textlintrc.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ module.exports = {
88
},
99
rules: {
1010
"preset-jtf-style": {
11-
// 和文が前提のルールであり、英文で誤検出があるため
12-
"3.3.かっこ類と隣接する文字の間のスペースの有無": {
13-
severity: "warning",
14-
},
15-
// 誤検出があるため
16-
"4.3.2.大かっこ[]": false,
1711
// 階層構造を表現する記号としての>の使用例があるため
1812
"4.3.7.山かっこ<>": false,
1913
},

0 commit comments

Comments
 (0)