File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
技術文書向けの[ textlint] ( https://textlint.github.io/ ) ルールプリセットです。
4
4
5
+ <!-- textlint-disable preset-ja-technical-writing/no-mix-dearu-desumasu,
6
+ preset-ja-technical-writing/no-exclamation-question-mark -->
7
+
5
8
## Install
6
9
7
10
Install with [ npm] ( https://www.npmjs.com/ ) :
@@ -66,7 +69,7 @@ https://github.com/azu/textlint-rule-preset-JTF-style
66
69
67
70
68
71
"arabic-kanji-numbers": true,
69
-
72
+
70
73
### 「ですます調」、「である調」を統一します
71
74
- 見出しは自動
72
75
- 本文はですます調
@@ -81,7 +84,8 @@ https://github.com/azu/textlint-rule-no-mix-dearu-desumasu
81
84
"preferInList": "である",
82
85
"strict": true
83
86
},
84
-
87
+
88
+
85
89
### 文末の句点記号として「。」を使います
86
90
https://github.com/textlint-ja/textlint-rule-ja-no-mixed-period
87
91
@@ -128,7 +132,7 @@ https://github.com/azu/textlint-rule-no-hankaku-kana
128
132
"no-hankaku-kana": true,
129
133
130
134
### 弱い日本語表現の利用を使用しない
131
- - 〜かもしれない 等の弱い表現を使用しない
135
+ - ` 〜かもしれない ` 等の弱い表現を使用しない
132
136
133
137
https://github.com/textlint-ja/textlint-rule-ja-no-weak-phrase
134
138
Original file line number Diff line number Diff line change 1
1
{
2
+ "filters": {
3
+ "comments": true
4
+ },
2
5
"rules": {
3
6
"preset-ja-technical-writing": true
4
7
}
Original file line number Diff line number Diff line change 7
7
},
8
8
"devDependencies" : {
9
9
"textlint" : " ^7.0.1" ,
10
+ "textlint-filter-rule-comments" : " ^1.2.1" ,
10
11
"textlint-rule-preset-ja-technical-writing" : " file:../"
11
12
}
12
13
}
You can’t perform that action at this time.
0 commit comments