Skip to content

Instantly share code, notes, and snippets.

@hgwr
Last active August 31, 2019 05:31
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
.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