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

fix: delete config for removed rule #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mikeshort10
Copy link
Contributor

The rule no-jest-import for eslint-plugin-jest was removed in v27. Installing this config on a project results in "Definition for rule 'jest/no-jest-import' was not found" for each test file.

Workarounds

The current workaround is to explicitly disable this rule in the project where this config is installed:

{
  "rules": {
     "jest/no-jest-import": "off"
  }
}

@mikeshort10 mikeshort10 requested a review from just214 January 19, 2024 16:52
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

Successfully merging this pull request may close these issues.

1 participant