UNPKG

eslint-plugin-jest

Version:
19 lines (13 loc) • 827 B
# Enforce padding around Jest functions (`padding-around-all`) šŸ”§ This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix). <!-- end auto-generated rule header --> ## Rule Details This is a meta rule that simply enables all of the following rules: - [padding-around-after-all-blocks](padding-around-after-all-blocks.md) - [padding-around-after-each-blocks](padding-around-after-each-blocks.md) - [padding-around-before-all-blocks](padding-around-before-all-blocks.md) - [padding-around-before-each-blocks](padding-around-before-each-blocks.md) - [padding-around-expect-groups](padding-around-expect-groups.md) - [padding-around-describe-blocks](padding-around-describe-blocks.md) - [padding-around-test-blocks](padding-around-test-blocks.md)