Skip to content

Commit

Permalink
Re-added no-return-await
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashohn committed Jan 7, 2025
1 parent 14afa32 commit 75da6bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default [
'prefer-const': 0,
'no-extra-semi': 0,
'max-classes-per-file': 0,
'no-return-await': 0,
},
},
]

0 comments on commit 75da6bb

Please sign in to comment.