From be77a567664c3dfed544ede87a05f5bf6ed1c8a2 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 31 May 2024 11:40:33 -0400 Subject: [PATCH] eslint stricter --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 6499d3b..5966041 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -29,6 +29,7 @@ "accessibility": "no-public" } ], + "@typescript-eslint/no-base-to-string": "error", "@typescript-eslint/no-require-imports": "error", "@typescript-eslint/array-type": "error", "@typescript-eslint/await-thenable": "error",