From bc1a12175ceda507fb6cd00d0de8f6e014681ffd Mon Sep 17 00:00:00 2001 From: Daniel Bachler Date: Fri, 1 Mar 2024 17:01:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9D=20add=20note=20about=20new=20eslin?= =?UTF-8?q?t=20rule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.cjs | 2 ++ 1 file changed, 2 insertions(+) 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": {