uechi.io/.textlintrc
2021-02-14 15:47:14 +09:00

17 lines
258 B
Plaintext

{
"rules": {
"no-start-duplicated-conjunction": {
"interval": 2
},
"common-misspellings": true,
"preset-japanese": {
"sentence-length": false
}
},
"filters": {
"whitelist": {
"allow": ["/{%.+?%}/"]
}
}
}