Skip to content

Commit 5dc84c1

Browse files
authored
chore: regenerate docs (#1522)
1 parent 2290c12 commit 5dc84c1

7 files changed

+8
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ set to warn in.\
318318
🎨 Set in the `style` [configuration](https://github.com/jest-community/eslint-plugin-jest/blob/main/README.md#shareable-configurations).\
319319
🔧 Automatically fixable by the
320320
[`--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).\
322322
❌ Deprecated.
323323

324324
| Name                          | Description | 💼 | ⚠️ | 🔧 | 💡 ||

docs/rules/no-done-callback.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[config](https://github.com/jest-community/eslint-plugin-jest/blob/main/README.md#shareable-configurations).
55

66
💡 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).
88

99
<!-- end auto-generated rule header -->
1010

docs/rules/no-focused-tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[config](https://github.com/jest-community/eslint-plugin-jest/blob/main/README.md#shareable-configurations).
55

66
💡 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).
88

99
<!-- end auto-generated rule header -->
1010

docs/rules/prefer-equality-matcher.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Suggest using the built-in equality matchers (`prefer-equality-matcher`)
22

33
💡 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).
55

66
<!-- end auto-generated rule header -->
77

docs/rules/prefer-expect-assertions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Suggest using `expect.assertions()` OR `expect.hasAssertions()` (`prefer-expect-assertions`)
22

33
💡 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).
55

66
<!-- end auto-generated rule header -->
77

docs/rules/prefer-strict-equal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Suggest using `toStrictEqual()` (`prefer-strict-equal`)
22

33
💡 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).
55

66
<!-- end auto-generated rule header -->
77

docs/rules/unbound-method.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Enforce unbound methods are called with their expected scope (`unbound-method`)
22

3-
💭 This rule requires type information.
3+
💭 This rule requires
4+
[type information](https://typescript-eslint.io/linting/typed-linting).
45

56
<!-- end auto-generated rule header -->
67

0 commit comments

Comments
 (0)