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 + } }] }