Skip to content

Commit

Permalink
fix(eslint-config): don't prefer await to callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Jan 22, 2024
1 parent 90ef8bc commit 5418a32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eslint-config/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ module.exports = {
'promise/param-names': 'error',
'promise/no-multiple-resolved': 'error',
'promise/prefer-await-to-then': 'error',
'promise/prefer-await-to-callbacks': 'error',
'unicorn/error-message': 'error',
'unicorn/throw-new-error': 'error',
'unicorn/catch-error-name': 'error',
Expand Down

0 comments on commit 5418a32

Please sign in to comment.