From c42d0fec23736a943d3f33a00a6462d4273fde41 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Mon, 2 May 2022 21:00:46 -0700 Subject: [PATCH] Remove warning on console --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 3feaf54..c870299 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -14,6 +14,7 @@ module.exports = { '@typescript-eslint/no-explicit-any': 'off', 'jsx-a11y/click-events-have-key-events': 'off', 'jsx-a11y/interactive-supports-focus': 'off', + 'no-console': 'off', 'import/order': [ 'error', {