From 922dad78b725c7b21e986490a609268ed221b564 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Thu, 20 Feb 2020 16:02:07 -0400 Subject: [PATCH] lint rules --- .eslintrc.json | 2 ++ 1 file changed, 2 insertions(+) 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",