Skip to content

Commit 0d4caee

Browse files
committed
tools: remove no-return-await lint rule
no-return-await rule was deprecated in ESLint 8.46.0. According to the ESLint docs removing `await` can make the code slower. Refs: https://eslint.org/docs/latest/rules/no-return-await
1 parent 78a1570 commit 0d4caee

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ module.exports = {
256256
message: 'Use `globalThis.crypto`.',
257257
},
258258
],
259-
'no-return-await': 'error',
260259
'no-self-compare': 'error',
261260
'no-tabs': 'error',
262261
'no-template-curly-in-string': 'error',

0 commit comments

Comments
 (0)