diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 43432a98055..48943defb30 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -51,6 +51,8 @@ module.exports = { "react/no-render-return-value": "warn", "react/no-unescaped-entities": ["warn", { forbid: [">", "}"] }], "react/prop-types": "warn", + // TODO: consider adding this and whitelisting all promises that don't need to be awaited with "void" + // "@typescript-eslint/no-floating-promises": "error", }, settings: { "import/resolver": {