Last active
August 31, 2019 05:31
-
-
Save hgwr/8b82ee83a2d5c73cc14b89a38efc536e to your computer and use it in GitHub Desktop.
.textlintrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"filters": {}, | |
"rules": { | |
"@textlint-ja/no-insert-dropping-sa": true, | |
"ja-hiragana-fukushi": true, | |
"ja-hiragana-hojodoushi": false, | |
"ja-hiragana-keishikimeishi": true, | |
"max-appearence-count-of-words": true, | |
"no-surrogate-pair": true, | |
"prefer-tari-tari": true, | |
"preset-ja-technical-writing": { | |
"no-doubled-joshi": { | |
"min_interval": 1, | |
"strict": false, | |
"allow": [] | |
}, | |
"ja-no-successive-word": { | |
allowOnomatopee: true | |
}, | |
"ja-no-mixed-period": { | |
"allowPeriodMarks": [ '.', ':', '】', '、' ] | |
}, | |
"ja-no-weak-phrase": false, | |
"no-exclamation-question-mark": false | |
}, | |
"web-plus-db": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment