diff --git a/.eslintrc.json b/.eslintrc.json index 00ee5c12..c3109386 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -31,6 +31,7 @@ "valid-jsdoc": "off", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/explicit-module-boundary-types": "off", + "no-console": "off", "react/function-component-definition": [ 2, { @@ -49,5 +50,5 @@ }, }, }, -}; +}