uechi.io/.textlintrc

17 lines
258 B
Plaintext
Raw Permalink Normal View History

2017-10-07 11:43:26 +09:00
{
"rules": {
"no-start-duplicated-conjunction": {
"interval": 2
},
"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
}
}
}