Skip to content

Instantly share code, notes, and snippets.

@hgwr
Last active August 31, 2019 05:31
Show Gist options
  • Save hgwr/8b82ee83a2d5c73cc14b89a38efc536e to your computer and use it in GitHub Desktop.
Save hgwr/8b82ee83a2d5c73cc14b89a38efc536e to your computer and use it in GitHub Desktop.
.textlintrc
{
"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