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",