This commit is contained in:
Yasuaki Uechi
2017-10-07 11:43:26 +09:00
commit 362ff17ac4
88 changed files with 2856 additions and 0 deletions

20
.textlintrc Normal file
View File

@@ -0,0 +1,20 @@
{
"rules": {
"max-ten": true,
"no-start-duplicated-conjunction": {
"interval": 2
},
"no-dropping-the-ra": true,
"common-misspellings": true,
"preset-japanese": {
"sentence-length": false
}
},
"filters": {
"whitelist": {
"allow": [
"/{%.+?%}/"
]
}
}
}