From eabbb18917707a1f4dd3bdcd3561aff45bbed86d Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Sat, 11 Sep 2021 12:01:58 -0400 Subject: [PATCH] Remove unnecessary eslint rule --- .eslintrc.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index 252f73b1..dd5aab7d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -5,6 +5,8 @@ "prettier/prettier": "error", "strict": "off", + "max-statements-per-line": "off", + "no-empty-function": "off", "no-console": "off",