From 32f7e48362fe825c86dcf81781d25f1df8884a9b Mon Sep 17 00:00:00 2001 From: canove Date: Mon, 14 Sep 2020 10:42:50 -0300 Subject: [PATCH] update esling config --- backend/.eslintrc.json | 1 + 1 file changed, 1 insertion(+) 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",