From 7032ff1a4d396e2ed22b72fd456ffc529d816078 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Mon, 31 Jul 2023 14:34:41 +0100 Subject: [PATCH] chore: add console rule --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 6d15a4044..88d9bd572 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -51,7 +51,8 @@ "ul": ["list"], "ol": ["list"] } - ] + ], + "no-console": ["error", { "allow": ["warn", "error"] }] } }, {