We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c087ab commit 12497dcCopy full SHA for 12497dc
lib/rules/async-server-action.js
@@ -39,8 +39,7 @@ function hasUseServerDirective(node) {
39
module.exports = {
40
meta: {
41
docs: {
42
- description:
43
- 'Require functions with the `use server` directive to be async',
+ description: 'Require functions with the `use server` directive to be async',
44
category: 'Possible Errors',
45
recommended: false,
46
url: docsUrl('async-server-action'),
0 commit comments