Skip to content

Commit 9c087ab

Browse files
committed
Remove recommended from metadata
1 parent 6edf708 commit 9c087ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/async-server-action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = {
4242
description:
4343
'Require functions with the `use server` directive to be async',
4444
category: 'Possible Errors',
45-
recommended: true,
45+
recommended: false,
4646
url: docsUrl('async-server-action'),
4747
},
4848

0 commit comments

Comments
 (0)