dangreenisrael / eslint-plugin-jest-formatting

ESLint rules for formatting test suites written for jest.
MIT License
156 stars 13 forks source link

Remove `padding-around-expect-groups` rule from the "recommended" setting. #68

Closed hockeybuggy closed 5 years ago

hockeybuggy commented 5 years ago

Based on the discussion in https://github.com/dangreenisrael/eslint-plugin-jest-formatting/issues/66

This commit removes the padding-around-expect-groups rule from the "recommended" rules. This commit also introduces a "strict" setting for users who would still like to make use of this (super cool) lint rule.

This commit also updates the version of the package to 1.1.0.

Closes #66

dangreenisrael commented 5 years ago

Not sure why the check isn't coming though, but I verified on circle that its passing

hockeybuggy commented 5 years ago

Not sure why the check isn't coming though, but I verified on circle that its passing

@dangreenisrael Weird. I am not able to merge as it.