syoronbun-template/.textlintrc.json
2024-11-28 15:45:41 +09:00

11 lines
178 B
JSON

{
"plugins": {},
"filters": {
"allowlist": true,
"comments": true
},
"rules": {
"preset-ja-technical-writing": true,
"textlint-rule-zen-entry": true
}
}