-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Padding between it and describe blocks. #17
Comments
I'm not sure if we want to add any styling preferences. |
I agree that styling at this level is not something we want. @hally9k would https://eslint.org/docs/rules/padded-blocks work for you? EDIT: Hmm, maybe not... I'd suggest looking for another plugin, or just create one 🙂 |
Closing as we won't be adding it. If you create a plugin for it, we could link to it 🙂 |
Hey @SimenB. We we looking for this functionality, and following your advice I created a plugin for it. Any chance you would be willing to link to it and/or give any feedback on it? Also, @hally9k is this what you were looking for? https://github.com/dangreenisrael/eslint-plugin-jest-formatting |
Cool! Please send a PR adding a link to it in our readme :) A PR to awesome-jest as well would be cool |
🎉 This issue has been resolved in version 28.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I have been looking for a rule to enforce padding around all
it
anddescribe
blocks. Is this the correct place for that? Maybejest/padding-it-blocks
andjest/padding-describe-blocks
rules?The text was updated successfully, but these errors were encountered: