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

Update Jest information #235

Open
NeizKap opened this issue Jan 9, 2025 · 0 comments
Open

Update Jest information #235

NeizKap opened this issue Jan 9, 2025 · 0 comments

Comments

@NeizKap
Copy link

NeizKap commented Jan 9, 2025

Currently your awesome md file contains follow-up information about Jest:

Jest
    [Enforcing practices](https://github.com/jest-community/eslint-plugin-jest) - Linting rules for Jest.
    [Enforcing consistent formatting](https://github.com/dangreenisrael/eslint-plugin-jest-formatting) - Formatting rules for Jest.
    [Jest-async](https://www.npmjs.com/package/eslint-plugin-jest-async) - Async linting rule for Jest.
    [Jest-DOM](https://github.com/testing-library/eslint-plugin-jest-dom) - Linting rules for Jest-DOM.

After some investigation, I found eslint-plugin-jest-formatting is not supported for long time and developer of eslint-plugin-jest have imported all rules from that library
Here's proofs:

So I suggest removing either 2nd entry (Enforcing consistent formatting) or add something like [Enforcing consistent formatting](https://github.com/dangreenisrael/eslint-plugin-jest-formatting) - Formatting rules for Jest. It makes sense to install it in case using eslint less than 9.x version (deprecated versions). In newest versions all rules were imported to eslint-plugin-jest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant