Skip to content

Commit 0a2f6b7

Browse files
bmishljharb
authored andcommitted
[Docs] update eslint-doc-generator to v1.0.0
1 parent a522476 commit 0a2f6b7

27 files changed

+135
-129
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
2121

2222
### Changed
2323
* [Docs] [`jsx-no-leaked-render`]: Remove mentions of empty strings for React 18 ([#3468][] @karlhorky)
24+
* [Docs] update `eslint-doc-generator` to v1.0.0 ([#3499][] @bmish)
2425

26+
[#3499]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3499
2527
[#3494]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3494
2628
[#3493]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3493
2729
[#3488]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3488

README.md

Lines changed: 107 additions & 103 deletions
Large diffs are not rendered by default.

docs/rules/display-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow missing displayName in a React component definition (`react/display-name`)
22

3-
💼 This rule is enabled in the `recommended` [config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
3+
💼 This rule is enabled in the ☑️ `recommended` [config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
44

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

docs/rules/jsx-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow missing `key` props in iterators/collection literals (`react/jsx-key`)
22

3-
💼 This rule is enabled in the `recommended` [config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
3+
💼 This rule is enabled in the ☑️ `recommended` [config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
44

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

docs/rules/jsx-no-comment-textnodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow comments from being inserted as text nodes (`react/jsx-no-comment-textnodes`)
22

3-
💼 This rule is enabled in the `recommended` [config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
3+
💼 This rule is enabled in the ☑️ `recommended` [config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
44

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

docs/rules/jsx-no-duplicate-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow duplicate properties in JSX (`react/jsx-no-duplicate-props`)
22

3-
💼 This rule is enabled in the `recommended` [config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
3+
💼 This rule is enabled in the ☑️ `recommended` [config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
44

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

docs/rules/jsx-no-target-blank.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow `target="_blank"` attribute without `rel="noreferrer"` (`react/jsx-no-target-blank`)
22

3-
💼 This rule is enabled in the `recommended` [config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
3+
💼 This rule is enabled in the ☑️ `recommended` [config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
44

55
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
66

docs/rules/jsx-no-undef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow undeclared variables in JSX (`react/jsx-no-undef`)
22

3-
💼 This rule is enabled in the `recommended` [config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
3+
💼 This rule is enabled in the ☑️ `recommended` [config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
44

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

docs/rules/jsx-sort-default-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Enforce defaultProps declarations alphabetical sorting (`react/jsx-sort-default-props`)
22

3-
❌ This rule is deprecated. It was replaced by [`sort-default-props`](sort-default-props.md).
3+
❌ This rule is deprecated. It was replaced by [`react/sort-default-props`](../../docs/rules/sort-default-props.md).
44

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

docs/rules/jsx-space-before-closing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Enforce spacing before closing bracket in JSX (`react/jsx-space-before-closing`)
22

3-
❌ This rule is deprecated. It was replaced by [`jsx-tag-spacing`](jsx-tag-spacing.md).
3+
❌ This rule is deprecated. It was replaced by [`react/jsx-tag-spacing`](../../docs/rules/jsx-tag-spacing.md).
44

55
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
66

0 commit comments

Comments
 (0)