Closed dangreenisrael closed 5 years ago
This was originally requested by @eddiesholl at https://github.com/jest-community/eslint-plugin-jest/issues/113
This is completed as of https://github.com/dangreenisrael/eslint-plugin-jest-formatting/pull/44 by @benkimpel
Explanation of the rule This rule would enforce a new line after setup and teardown blocks.
Note: these examples come from the jest docs
Valid code example
Invalid code example