From 02f17ffa5a591bafcf56156bf465090a2dfa97b3 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Wed, 9 Oct 2024 14:16:02 +0000 Subject: [PATCH] chore: updated eslint rules --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 3ba6997..e58a2d4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -30,6 +30,7 @@ "no-unused-vars": "warn", "react/react-in-jsx-scope": "off", "react/jsx-uses-react": "off", - "no-unreachable": "warn" + "no-unreachable": "warn", + "no-empty": "warn" } }