Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: remove no-return-await lint rule
no-return-await rule was deprecated in ESLint 8.46.0. According to the ESLint docs removin `await` can make the code slower. Refs: https://eslint.org/docs/latest/rules/no-return-await
- Loading branch information