Skip to content

Releases: textlint-ja/textlint-rule-preset-JTF-style

1.0.0

11 Dec 01:18
@azu azu
Compare
Choose a tag to compare

Breaking Change

  • 衝突しやすいルールをデフォルト無効へ #24

1.0ではデフォルトでは他のルールと衝突しやすいルールがデフォルトでは無効化されています。

これらのルールを有効化したい場合は、.textlintrcで明示的に有効化する必要があります。

{
    "plugins": [
        "jtf-style"
    ],
    "rules": {
        "jtf-style/2.1.2.漢字": true,
        "jtf-style/2.1.5.カタカナ": true,
        "jtf-style/2.1.6.カタカナの長音": true,
        "jtf-style/2.2.1.ひらがなと漢字の使い分け": true
    }
}

この変更の意図するところは、textlintルールの指摘を言い回しで回避できないかなどを考えるのは本質ではないため、
不安定なルールは明示的にONにしないと使えないようにするという点にあります。

0.8.9

07 Dec 13:10
@azu azu
Compare
Choose a tag to compare

Features

  • 2.2.2: 数十万・数十億といった表現を許可 #23
  • 2.2.2: "数10年" -> "数十年" (22bd9e3)

0.8.6

08 Nov 04:20
@azu azu
Compare
Choose a tag to compare

Bug Fixes

fix duplicated error mesage on following rules

  • 1.1.1
  • 1.1.5

  • rule: reset state each time (9594b39), closes #16