textlint-ja / textlint-rule-no-mix-dearu-desumasu

textlint rule that check no mix である and ですます.
MIT License
27 stars 8 forks source link

feat(rule): 明示的な優先オプションを追加 #9

Closed azu closed 8 years ago

azu commented 8 years ago

feat(rule): 明示的な優先オプションを追加

const defaultOptions = {
    preferInHeader: "", // "である" or "ですます"
    preferInBody: "",   // "である" or "ですます"
    preferInList: ""    // "である" or "ですます"
};