Skip to content

Commit 9c7b12e

Browse files
committed
Remove deprecated ESLint rule "no-return-await"
1 parent 176d0dd commit 9c7b12e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ module.exports = {
1010
"no-promise-executor-return": "error",
1111
"require-atomic-updates": "error",
1212
"max-nested-callbacks": ["error", 3],
13-
"no-return-await": "error",
13+
// Deprecated: https://eslint.org/docs/latest/rules/no-return-await
14+
// "no-return-await": "error",
1415
"prefer-promise-reject-errors": "error",
1516
},
1617
},

0 commit comments

Comments
 (0)