diff --git a/.eslintrc.json b/.eslintrc.json index 6f4fbc0d..8f0cc2e1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -5,6 +5,8 @@ "prettier/prettier": "error", "strict": "off", + "no-empty-function": "off", + "no-console": "off", "max-statements": "off",