dangreenisrael / eslint-plugin-jest-formatting

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

Issue#16 comments are dropped #17

Closed dangreenisrael closed 5 years ago

dangreenisrael commented 5 years ago

Update rules to only do before

To keep the rules simpler, and single responsibility they are now:

This is instead of putting the padding around them.

It also now considers a comment to be padding

dangreenisrael commented 5 years ago

This solves issue #16