Skip to content
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

feat: import formatting rules from eslint-plugin-jest-formatting #1563

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

G-Rath
Copy link
Collaborator

@G-Rath G-Rath commented Apr 24, 2024

This explores what it would be like to import the formatting rules from eslint-plugin-jest-formatting - I'm a big fan of these rules and have always thought it would make sense to include them as I don't think this is a particularly controversial style.

Related: dangreenisrael/eslint-plugin-jest-formatting#122

@G-Rath

This comment was marked as resolved.

@G-Rath
Copy link
Collaborator Author

G-Rath commented Apr 24, 2024

Note that for now I've focused on integrating the rules into our plugin with as minimal changes as possible - there's a few things I'd like to explore refactoring, but I've not found anything actually horribly broken so I think it's better to leave such refactors for a follow-up (or at least for after confirming we want to land this); likewise for adding any new configs.

Copy link
Member

@SimenB SimenB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haven't looked through the code, but in general I'm happy to see this land 🙂

(as long as the maintainers of the existing plugin are OK with it)

@G-Rath
Copy link
Collaborator Author

G-Rath commented May 2, 2024

@dangreenisrael are you happy for this to happen?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment