Skip to content

Commit 456ba20

Browse files
committed
chore(rule): strictを外した
1 parent efadc1e commit 456ba20

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/textlint-rule-preset-ja-technical-writing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = {
5959
"preferInHeader": "",
6060
"preferInBody": "ですます",
6161
"preferInList": "である",
62-
"strict": true
62+
"strict": false
6363
},
6464
// # 文末の句点記号として「。」を使います
6565
// https://github.com/textlint-ja/textlint-rule-ja-no-mixed-period

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"preset"
3030
],
3131
"devDependencies": {
32+
"babel-register": "^6.9.0",
3233
"mocha": "^2.5.3"
3334
},
3435
"dependencies": {

0 commit comments

Comments
 (0)