diff --git a/backend/.eslintrc.json b/backend/.eslintrc.json index 00b6080..2ebe3c9 100644 --- a/backend/.eslintrc.json +++ b/backend/.eslintrc.json @@ -16,6 +16,7 @@ }, "plugins": ["@typescript-eslint", "prettier"], "rules": { + "no-console": "off", "prettier/prettier": "error", "import/extensions": [ "error",