From b89101b61342b35538604e6bd046896e853330d6 Mon Sep 17 00:00:00 2001 From: Danny Gleckler Date: Thu, 22 Aug 2024 11:29:52 -0400 Subject: [PATCH] Fix lint --- .eslintrc.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index de270d7..0d51ff7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,5 +3,13 @@ "overrides": [{ "files": "test/*", "extends": "brightspace/testing-config" + }, + { + "files": [ + "helpers/getLocalizeResources.js" + ], + "rules": { + "no-console": 0 + } }] }