diff --git a/eslint/rules/best-practice.js b/eslint/rules/best-practice.js index 23f9420..d158338 100644 --- a/eslint/rules/best-practice.js +++ b/eslint/rules/best-practice.js @@ -162,12 +162,6 @@ module.exports = { * 🚫 Not fixable - https://eslint.org/docs/rules/no-return-assign */ 'no-return-assign': 'error', - /** - * Disallows unnecessary `return await`. - * - * 🚫 Not fixable - https://eslint.org/docs/rules/no-return-await - */ - 'no-return-await': 'error', /** * Disallow use of `javascript:` urls. *