Skip to content

Commit

Permalink
feat(eslint): remove no-await-in-loop
Browse files Browse the repository at this point in the history
Closes #63

BREAKING CHANGE: `no-await-in-loop` has been removed.
  • Loading branch information
mrmckeb committed Mar 4, 2024
1 parent 952aae0 commit 925f8f9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions eslint/rules/possible-errors.js
@@ -1,11 +1,5 @@
module.exports = {
rules: {
/**
* Disallow await inside of loops.
*
* 🚫 Not fixable - https://eslint.org/docs/rules/no-await-in-loop
*/
'no-await-in-loop': 'error',
/**
* Disallow the use of console.
*
Expand Down

0 comments on commit 925f8f9

Please sign in to comment.