File tree 7 files changed +8
-7
lines changed
7 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ set to warn in.\
318
318
🎨 Set in the ` style ` [ configuration] ( https://github.com/jest-community/eslint-plugin-jest/blob/main/README.md#shareable-configurations ) .\
319
319
🔧 Automatically fixable by the
320
320
[ ` --fix ` CLI option] ( https://eslint.org/docs/user-guide/command-line-interface#--fix ) .\
321
- 💡 Manually fixable by [ editor suggestions] ( https://eslint.org/docs/developer-guide/working-with-rules#providing -suggestions ) .\
321
+ 💡 Manually fixable by [ editor suggestions] ( https://eslint.org/docs/latest/use/core-concepts#rule -suggestions ) .\
322
322
❌ Deprecated.
323
323
324
324
| Name | Description | 💼 | ⚠️ | 🔧 | 💡 | ❌ |
Original file line number Diff line number Diff line change 4
4
[ config] ( https://github.com/jest-community/eslint-plugin-jest/blob/main/README.md#shareable-configurations ) .
5
5
6
6
💡 This rule is manually fixable by
7
- [ editor suggestions] ( https://eslint.org/docs/developer-guide/working-with-rules#providing -suggestions ) .
7
+ [ editor suggestions] ( https://eslint.org/docs/latest/use/core-concepts#rule -suggestions ) .
8
8
9
9
<!-- end auto-generated rule header -->
10
10
Original file line number Diff line number Diff line change 4
4
[ config] ( https://github.com/jest-community/eslint-plugin-jest/blob/main/README.md#shareable-configurations ) .
5
5
6
6
💡 This rule is manually fixable by
7
- [ editor suggestions] ( https://eslint.org/docs/developer-guide/working-with-rules#providing -suggestions ) .
7
+ [ editor suggestions] ( https://eslint.org/docs/latest/use/core-concepts#rule -suggestions ) .
8
8
9
9
<!-- end auto-generated rule header -->
10
10
Original file line number Diff line number Diff line change 1
1
# Suggest using the built-in equality matchers (` prefer-equality-matcher ` )
2
2
3
3
💡 This rule is manually fixable by
4
- [ editor suggestions] ( https://eslint.org/docs/developer-guide/working-with-rules#providing -suggestions ) .
4
+ [ editor suggestions] ( https://eslint.org/docs/latest/use/core-concepts#rule -suggestions ) .
5
5
6
6
<!-- end auto-generated rule header -->
7
7
Original file line number Diff line number Diff line change 1
1
# Suggest using ` expect.assertions() ` OR ` expect.hasAssertions() ` (` prefer-expect-assertions ` )
2
2
3
3
💡 This rule is manually fixable by
4
- [ editor suggestions] ( https://eslint.org/docs/developer-guide/working-with-rules#providing -suggestions ) .
4
+ [ editor suggestions] ( https://eslint.org/docs/latest/use/core-concepts#rule -suggestions ) .
5
5
6
6
<!-- end auto-generated rule header -->
7
7
Original file line number Diff line number Diff line change 1
1
# Suggest using ` toStrictEqual() ` (` prefer-strict-equal ` )
2
2
3
3
💡 This rule is manually fixable by
4
- [ editor suggestions] ( https://eslint.org/docs/developer-guide/working-with-rules#providing -suggestions ) .
4
+ [ editor suggestions] ( https://eslint.org/docs/latest/use/core-concepts#rule -suggestions ) .
5
5
6
6
<!-- end auto-generated rule header -->
7
7
Original file line number Diff line number Diff line change 1
1
# Enforce unbound methods are called with their expected scope (` unbound-method ` )
2
2
3
- 💭 This rule requires type information.
3
+ 💭 This rule requires
4
+ [ type information] ( https://typescript-eslint.io/linting/typed-linting ) .
4
5
5
6
<!-- end auto-generated rule header -->
6
7
You can’t perform that action at this time.
0 commit comments