From f286fee3ebced3bed254b5734bb52601b771f351 Mon Sep 17 00:00:00 2001 From: MidSpike Date: Wed, 7 Jun 2023 15:47:42 -0400 Subject: [PATCH] eslint addition --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 7a383024..f7073627 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -406,6 +406,7 @@ "ignoreTypeReferences": true } ], + "@typescript-eslint/restrict-plus-operands": "error", "deprecation/deprecation": "warn" } }