diff --git a/.eslintrc.js b/.eslintrc.js index 8b462e0777c5d4..f30f63357d7117 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -256,7 +256,6 @@ module.exports = { message: 'Use `globalThis.crypto`.', }, ], - 'no-return-await': 'error', 'no-self-compare': 'error', 'no-tabs': 'error', 'no-template-curly-in-string': 'error',