Skip to content

Commit 12497dc

Browse files
jorgezreikljharb
andauthored
Inline description
Co-authored-by: Jordan Harband <ljharb@gmail.com>
1 parent 9c087ab commit 12497dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/rules/async-server-action.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ function hasUseServerDirective(node) {
3939
module.exports = {
4040
meta: {
4141
docs: {
42-
description:
43-
'Require functions with the `use server` directive to be async',
42+
description: 'Require functions with the `use server` directive to be async',
4443
category: 'Possible Errors',
4544
recommended: false,
4645
url: docsUrl('async-server-action'),

0 commit comments

Comments
 (0)