uechi.io/.textlintrc

19 lines
311 B
Plaintext
Raw Normal View History

2017-10-07 11:43:26 +09:00
{
"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": {
2021-01-21 21:45:05 +09:00
"allow": ["/{%.+?%}/"]
2017-10-07 11:43:26 +09:00
}
}
}