Skip to content

Commit

Permalink
feat(eslint): remove deprecated no-return-await (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmckeb committed Mar 5, 2024
1 parent 79bc431 commit 1ea97f4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions eslint/rules/best-practice.js
Expand Up @@ -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.
*
Expand Down

0 comments on commit 1ea97f4

Please sign in to comment.