From 8e2ea6812a823349027d229bb48d1ea2f5c08467 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Thu, 6 Jul 2023 10:40:15 -0400 Subject: [PATCH] Remove floating promise warning --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 966926959d..5f8cce7e5d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -248,7 +248,6 @@ module.exports = { 'Windows': 'readonly' }, rules: { - '@typescript-eslint/no-floating-promises': ['warn'], '@typescript-eslint/prefer-string-starts-ends-with': ['error'] } },