From e14cb27c44b81b9e939f651ce26be34a9e026380 Mon Sep 17 00:00:00 2001 From: Paul Cretu Date: Sat, 5 Mar 2022 19:06:50 -0600 Subject: [PATCH] Remove extra lint rule now that warnings are fixes (#72) --- .eslintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index c45f48e..b8cd6b4 100644 --- a/.eslintrc +++ b/.eslintrc @@ -3,7 +3,6 @@ "plugins": ["simple-import-sort"], "rules": { "prefer-const": "warn", - "react/no-unescaped-entities": "warn", // TODO: Remove once warnings are fixed "simple-import-sort/imports": "warn", "simple-import-sort/exports": "warn" },