Skip to content

Commit 6edf708

Browse files
committed
Run doc generator to remove recommended
1 parent ae974fa commit 6edf708

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ module.exports = [
293293

294294
| Name                                  | Description | 💼 | 🚫 | 🔧 | 💡 ||
295295
| :------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------- | :- | :- | :- | :- | :- |
296-
| [async-server-action](docs/rules/async-server-action.md) | Require functions with the `use server` directive to be async | ☑️ | | 🔧 | | |
296+
| [async-server-action](docs/rules/async-server-action.md) | Require functions with the `use server` directive to be async | | | 🔧 | | |
297297
| [boolean-prop-naming](docs/rules/boolean-prop-naming.md) | Enforces consistent naming for boolean props | | | | | |
298298
| [button-has-type](docs/rules/button-has-type.md) | Disallow usage of `button` elements without an explicit `type` attribute | | | | | |
299299
| [checked-requires-onchange-or-readonly](docs/rules/checked-requires-onchange-or-readonly.md) | Enforce using `onChange` or `readonly` attribute when `checked` is used | | | | | |

docs/rules/async-server-action.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Require functions with the `use server` directive to be async (`react/async-server-action`)
22

3-
💼 This rule is enabled in the ☑️ `recommended` [config](https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs).
4-
53
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
64

75
<!-- end auto-generated rule header -->

0 commit comments

Comments
 (0)