Skip to content

Commit

Permalink
eslint rule re-enable
Browse files Browse the repository at this point in the history
  • Loading branch information
harbu committed Jan 12, 2024
1 parent 8b577de commit 6a0dd03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ module.exports = {
// TODO: in follow up PRs, select which rules we should enable and fix the code. When all recommended rules
// have been enabled, consider enabling the "strict" preset.
'@typescript-eslint/require-await': 'off',
'@typescript-eslint/no-floating-promises': 'off',
'@typescript-eslint/await-thenable': 'off',
'@typescript-eslint/no-misused-promises': 'off',
'@typescript-eslint/no-unsafe-return': 'off',
Expand Down

0 comments on commit 6a0dd03

Please sign in to comment.