Skip to content

Rule Change

Pre-release
Pre-release
Compare
Choose a tag to compare
@dangreenisrael dangreenisrael released this 07 Apr 15:46
· 96 commits to master since this release
f91369e

The rules are now more specific:

{
    "rules": {
        "jest-formatting/padding-before-test-blocks": 2,
        "jest-formatting/padding-before-describe-blocks": 2,
    }
}

Instead of

{
    "rules": {
        "jest-formatting/padding-test-blocks": 2,
        "jest-formatting/padding-describe-blocks": 2,
    }
}

This should make the plugin more performant and less error prone.

It also gives more granular control over the formatting.