Skip to content

v2.4.0

Compare
Choose a tag to compare
@azu azu released this 20 Apr 11:11
· 40 commits to master since this release
af3f75d

What's Changed

Features

  • feat(ja-space-between-half-and-full-width): add allows option by @azu in #64

Examples:

 {
    "rules": {
        "preset-ja-spacing": {
             "ja-space-between-half-and-full-width": {
                 "space": "always",
                 "allows": ["Eコマース"]
             }
         }
    }
}
 {
    "rules": {
        "preset-ja-spacing": {
             "ja-space-between-half-and-full-width": {
                 "space": "always",
                 "allows": ["/[A-Z]言語/"]
             }
         }
    }
}

Dependency Updates

  • chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #63

Full Changelog: v2.3.1...v2.4.0