diff --git a/eslint.config.mjs b/eslint.config.mjs index 94f78e8ba1..e441c76f24 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -105,6 +105,7 @@ export default [ '@typescript-eslint/no-empty-function': 'off', '@typescript-eslint/no-empty-object-type': ['error', { allowInterfaces: 'with-single-extends' }], '@typescript-eslint/no-explicit-any': 'off', + '@typescript-eslint/no-floating-promises': 'off', // TODO: Disable only for .jsx and .tsx files '@typescript-eslint/no-misused-promises': 'off', // Most of these errors come from Express route handlers that are handled correctly by express-async-errors '@typescript-eslint/no-unsafe-argument': 'off', '@typescript-eslint/no-unsafe-assignment': 'off',