You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Currently your awesome md file contains follow-up information about Jest:
After some investigation, I found
eslint-plugin-jest-formatting
is not supported for long time and developer ofeslint-plugin-jest
have imported all rules from that libraryHere'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
The text was updated successfully, but these errors were encountered: