Skip to content

Commit 5bb61b9

Browse files
authored
Merge pull request #1732 from future-architect/feature
Kiro
2 parents 61a2505 + bff7d29 commit 5bb61b9

11 files changed

+2321
-1451
lines changed

.textlintrc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,12 @@
6565
"sentence-length": {
6666
"max": 200
6767
},
68-
"no-exclamation-question-mark": false,
69-
"ja-no-weak-phrase": false
68+
"no-exclamation-question-mark": true,
69+
"ja-no-weak-phrase": false,
70+
"ja-no-continuous-kanji": {
71+
"max": 10
72+
}
7073
},
71-
"spellcheck-tech-word": true,
72-
"preset-ja-spacing": false,
73-
"ja-no-continuous-kanji": {
74-
"max": 10
75-
}
74+
"spellcheck-tech-word": true
7675
}
7776
}

0 commit comments

Comments
 (0)