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', {