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

[eslint-config-kyt] Add eslint-plugin-jest #421

Open
tizmagik opened this issue Feb 27, 2017 · 0 comments
Open

[eslint-config-kyt] Add eslint-plugin-jest #421

tizmagik opened this issue Feb 27, 2017 · 0 comments
Labels

Comments

@tizmagik
Copy link
Contributor

Add eslint-plugin-jest to our eslint-config-kyt preset.

This eslint plugin provides some helpful lint rules:

{
  "rules": {
    "jest/no-disabled-tests": "warn",
    "jest/no-focused-tests": "error",
    "jest/no-identical-title": "error",
  }
}
@woodb woodb added the stale label Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants