v6.0.2
What's Changed
Bug Fixes
{
"rules": {
"no-mix-dearu-desumasu": {
"preferInHeader": "", // "である" or "ですます"
"preferInBody": "ですます",// "である" or "ですます"
"preferInList": "である", // "である" or "ですます"
// 文末以外でも、敬体(ですます調)と常体(である調)を厳しくチェックするかどうか
"strict": false
}
}
}
"" or "である" or "ですます" 以外の指定は不正な値なので、バリデーションでエラーとするようにしました。
Full Changelog: v6.0.1...v6.0.2