-
-
Notifications
You must be signed in to change notification settings - Fork 450
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-plugin-jest #492
Labels
Comments
Boshen
added
good first issue
Experience Level - Good for newcomers
A-linter
Area - Linter
labels
Jul 5, 2023
This comment was marked as outdated.
This comment was marked as outdated.
Boshen
changed the title
☂️ linter: eslint-plugin-jest recommended rules
☂️ eslint-plugin-jest
Jan 26, 2024
I will start working on the task of |
mysteryven
pushed a commit
that referenced
this issue
Feb 11, 2024
partof: #492 docs: https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/require-to-throw-message.md code: https://github.com/jest-community/eslint-plugin-jest/blob/main/src/rules/require-to-throw-message.ts test: https://github.com/jest-community/eslint-plugin-jest/blob/main/src/rules/__tests__/require-to-throw-message.test.ts
mysteryven
pushed a commit
that referenced
this issue
Apr 3, 2024
Boshen
pushed a commit
that referenced
this issue
Apr 8, 2024
Fixes umbrella issue for [`plugin-jest`](#492) to render recommended rules section properly. - - - Along with sticking legacy ESLint. Since `eslint@latest` is now v9 and it removed `Linter#defineRule()` and `Linter#getRules()` which we use heavily...
mysteryven
pushed a commit
that referenced
this issue
Apr 10, 2024
mysteryven
pushed a commit
that referenced
this issue
Apr 26, 2024
mysteryven
pushed a commit
that referenced
this issue
May 20, 2024
This was referenced May 27, 2024
mysteryven
pushed a commit
that referenced
this issue
May 28, 2024
mysteryven
added a commit
that referenced
this issue
May 28, 2024
part of #492 Rule Detail: [link](https://github.com/jest-community/eslint-plugin-jest/blob/main/src/rules/require-top-level-describe.ts) --------- Co-authored-by: wenzhe <mysteryven@gmail.com>
IWANABETHATGUY
pushed a commit
to IWANABETHATGUY/oxc
that referenced
this issue
May 29, 2024
…t#2384) partof: oxc-project#492 docs: https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/require-to-throw-message.md code: https://github.com/jest-community/eslint-plugin-jest/blob/main/src/rules/require-to-throw-message.ts test: https://github.com/jest-community/eslint-plugin-jest/blob/main/src/rules/__tests__/require-to-throw-message.test.ts
mysteryven
added a commit
that referenced
this issue
Jun 2, 2024
part of #492 Rule Detail: [link](https://github.com/jest-community/eslint-plugin-jest/blob/main/src/rules/no-large-snapshots.ts) --------- Co-authored-by: wenzhe <mysteryven@gmail.com>
mysteryven
pushed a commit
that referenced
this issue
Jun 11, 2024
mysteryven
pushed a commit
that referenced
this issue
Jun 26, 2024
This was referenced Jul 4, 2024
mysteryven
pushed a commit
that referenced
this issue
Jul 6, 2024
mysteryven
pushed a commit
that referenced
this issue
Jul 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Warning
This comment is maintained by CI. Do not edit this comment directly.
To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules
This is tracking issue for
eslint-plugin-jest
.There are 62(+ 0 deprecated) rules.
To get started, run the following command:
Then register the rule in
crates/oxc_linter/src/rules.rs
and alsodeclare_all_lint_rules
at the bottom.Recommended rules
✨: 18, 🚫: 0 / total: 19
✨ = Implemented, 🚫 = No need to implement
Not recommended rules
✨: 30, 🚫: 0 / total: 43
✨ = Implemented, 🚫 = No need to implement
The text was updated successfully, but these errors were encountered: