uechi.io/.textlintrc
2021-02-13 21:18:11 +09:00

19 lines
311 B
Plaintext

{
"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": ["/{%.+?%}/"]
}
}
}